Exemplo n.º 1
0
 private static void pmClearInstanse()
 {
     if (mInstanse != null)
     {
         mInstanse = null;
     }
 }
Exemplo n.º 2
0
 public static frmEMSect GetInstanse()
 {
     if (mInstanse == null)
     {
         mInstanse = new frmEMSect();
     }
     return(mInstanse);
 }