Beispiel #1
0
 private void patriciaButton_Click(object sender, EventArgs e)
 {
     if (pt == null)
     {
         pt             = new PatriciaTree.Form1();
         pt.FormClosed += ptClose;
         pt.Show();
     }
 }
Beispiel #2
0
 private void ptClose(object sender, EventArgs e)
 {
     pt = null;
 }