Example #1
0
 public static formPrestasi getInstance()
 {
     if (Instance == null || Instance.IsDisposed)
     {
         Instance = new formPrestasi();
     }
     else
     {
         Instance.BringToFront();
     }
     return(Instance);
 }