예제 #1
0
 //IOpsCommand
 public void Run(OpsContext context, OpsStatement statement)
 {
     OpsConsole.WriteLine( "Resetting the entire context");
     context.Reset();
 }
예제 #2
0
파일: Reset.cs 프로젝트: senny970/2007
 //IOpsCommand
 public void Run(OpsContext context, OpsStatement statement)
 {
     OpsConsole.WriteLine("Resetting the entire context");
     context.Reset();
 }