private static void pmClearInstanse() { if (mInstanse != null) { mInstanse = null; } }
public static frmPPdGrp GetInstanse() { if (mInstanse == null) { mInstanse = new frmPPdGrp(); } return(mInstanse); }