Example #1
0
        protected override void ProcessRecord()
        {
            var command = new StartVmCommand(this);

            command.Execute();
        }
Example #2
0
 protected override void ProcessRecord()
 {
     var command = new StartVmCommand(this);
     command.Execute();
 }