Application.Test1Controller.DoSomething C# (CSharp) Method

DoSomething() private method

private DoSomething ( ) : void
return void
        public void DoSomething()
        {
            List<String> a = new List<string>();
            a.Add("Hola");
            a.Add("Adios");
            RenderView("Test2", a);
        }