예제 #1
0
 private void buttonStart_Click(object sender, EventArgs e)
 {
     controler.Start();
 }
예제 #2
0
 public bool Start(string[] arguments)
 {
     controler.Start();
     return(true);
 }