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