public static bool Check(bool showRegister) { RegInfo reg = null; return(Check(showRegister, out reg)); }
internal bool CheckReg(string regString, bool showMsg) { RegInfo reg = null; return(CheckReg(regString, showMsg, out reg)); }