public App(V_IT_Start view) { _view = view; _controller = new IT_Start_Controller(view); _view.Controller = _controller; }
public IT_Start_Controller(V_IT_Start view) : base(view) { }