Example #1
0
 protected override void BeginProcessing()
 {
     var command = new GetVmCommand(this);
     command.Execute();
 }
Example #2
0
        protected override void BeginProcessing()
        {
            var command = new GetVmCommand(this);

            command.Execute();
        }