Beispiel #1
0
 public static FORMAbout  Instance()
 {
     if (sForm == null)
     {
         sForm = new FORMAbout();
     }
     return(sForm);
 }
Beispiel #2
0
 protected override void Dispose(bool disposing)
 {
     if (disposing)
     {
         if (components != null)
         {
             components.Dispose();
         }
     }
     base.Dispose(disposing);
     sForm = null;
 }