Exemple #1
0
 public Task <ExecutionResult> Execute(IReplWindow window, string arguments)
 {
     return(window.Reset());
 }
Exemple #2
0
 public void Execute(IReplWindow window, string arguments)
 {
     window.Reset();
 }
 public Task<ExecutionResult> Execute(IReplWindow window, string arguments) {
     return window.Reset();
 }
Exemple #4
0
 public void Execute(IReplWindow window, string arguments)
 {
     window.Reset();
 }