예제 #1
0
 public FrmFront()
 {
     InitializeComponent();
     RegisterElements();
     configController = new ConfigController(this);
     frontController  = new FrontController(this, configController);
     frontController.Init();
 }