Inheritance: System.Windows.Forms.UserControl
Exemplo n.º 1
0
        public static void Start(LogControl logControl)
        {
            if (logControl == null)
                throw new ArgumentNullException();

            mLogControl = logControl;
        }
Exemplo n.º 2
0
        public static void Start(LogControl logControl)
        {
            if (logControl == null)
            {
                throw new ArgumentNullException();
            }

            mLogControl = logControl;
        }