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