Esempio n. 1
0
        public void CommandInvoked()
        {
            var cmdl = new SomeCmdlet();

            cmdl.CmdletProperty = true;
            cmdl.DebugSomeCommand();
        }
Esempio n. 2
0
        public void CommandNotInvoked()
        {
            var cmdl = new SomeCmdlet();

            cmdl.DebugSomeCommand();
        }