Esempio n. 1
0
        public static bool Check(bool showRegister)
        {
            RegInfo reg = null;

            return(Check(showRegister, out reg));
        }
Esempio n. 2
0
        internal bool CheckReg(string regString, bool showMsg)
        {
            RegInfo reg = null;

            return(CheckReg(regString, showMsg, out reg));
        }