Пример #1
0
 public static void ShowInfo()
 {
     if (Frst.shown)
     {
         Frst.info.Focus();
     }
     else
     {
         if (Frst.info == null)
         {
             Frst.info = new Frst();
         }
         Frst.info.checkBox1.Visible = false;
         Frst.info.change = false;
         Frst.info.Show();
         Frst.shown = true;
     }
 }
Пример #2
0
 /// <summary>
 /// Die verwendeten Ressourcen bereinigen.
 /// </summary>
 protected override void Dispose(bool disposing)
 {
     if (disposing)
     {
         if (components != null)
         {
             components.Dispose();
         }
     }
     base.Dispose(disposing);
     Frst.info = null;
 }