Example #1
0
            public DebugInputCallbacks(ExecutionBaseCommand cmdlet)
            {
                if (null == cmdlet)
                {
                    throw new ArgumentNullException("cmdlet");
                }

                m_cmdlet = cmdlet;
            } // end constructor
Example #2
0
            } // end constructor

            public void UpdateCmdlet(ExecutionBaseCommand cmdlet)
            {
                m_cmdlet = cmdlet;
            } // end UpdateCmdlet()