상속: System.Windows.Forms.UserControl
예제 #1
0
        public static void Start(LogControl logControl)
        {
            if (logControl == null)
                throw new ArgumentNullException();

            mLogControl = logControl;
        }
예제 #2
0
        public static void Start(LogControl logControl)
        {
            if (logControl == null)
            {
                throw new ArgumentNullException();
            }

            mLogControl = logControl;
        }