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