Пример #1
0
 private void menuAutoTrainPrimitive_Click(object sender, System.EventArgs e)
 {
     if (patternMatching.AutoTrain())
     {
         MessageBox.Show("successful");
     }
     else
     {
         MessageBox.Show("failed");
     }
 }