public FormMain() { InitializeComponent(); controler = new DemoControler(); }
public bool Initialize(string[] arguments) { controler = new DemoControler(); return(true); }