Inheritance: System.Windows.Forms.Form
Example #1
0
 private void sendToFLIRTToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Form3 FForm = new Form3();
     FForm.flrt = MyGNIDA.flirt;
     FForm.Func = GetSelectedFunction();
     FForm.ShowDialog();
 }