Beispiel #1
0
 private void DradisButton_Click(object sender, EventArgs e)
 {
     if (dradis == null)
     {
         dradis = new DradisForm(this);
     }
     dradis.Show();
 }
Beispiel #2
0
 private void DradisButton_Click(object sender, EventArgs e)
 {
     if (dradis==null)
         dradis = new DradisForm(this);
     dradis.Show();
 }