상속: Core.Controllers.Controller
예제 #1
0
 public void Init()
 {
     this._controller = new HomeController();
 }
예제 #2
0
 public void Cleanup()
 {
     this._controller.Dispose();
     this._controller = null;
 }