Application.Test1Controller.Test1Controller C# (CSharp) 메소드

Test1Controller() 공개 메소드

public Test1Controller ( ) : System
리턴 System
        public Test1Controller()
        {
            _actions = new ActionMappings<Test1Controller>(this);
            _views   = new ViewMappings<Test1Controller>(this);
        }