Esempio n. 1
0
 private void btnStartZD_Click(object sender, RoutedEventArgs e)
 {
     Automation at = new Automation();
     at.StartZD(txtBranch.Text, txtAcuthinPath.Text, txtUser.Text);
 }