Example #1
0
 public PluginMethodReturnValueType Shell(IPluginCommandMethodArgs args)
 {
     throw new Exception("Unknow Command Args");
 }
Example #2
0
 public PluginMethodReturnValueType Shell(IPluginCommandMethodArgs args)
 {
     throw new Exception("Unknow Command Args");
 }
Example #3
0
 public PluginMethodReturnValueType Dispatch(IPluginCommandMethodArgs args)
 {
     return args.Execute(this);
 }
Example #4
0
 public PluginMethodReturnValueType Dispatch(IPluginCommandMethodArgs args)
 {
     return(args.Execute(this));
 }
Example #5
0
 public string Dispatch(IPluginCommandMethodArgs args)
 {
     return(args.Execute(this));
 }
Example #6
0
 public string Shell(IPluginCommandMethodArgs args)
 {
     throw new Exception("Unknow Command Args");
 }
Example #7
0
 public string Dispatch(IPluginCommandMethodArgs args)
 {
     return args.Execute(this);
 }
Example #8
0
 public string Shell(IPluginCommandMethodArgs args)
 {
     throw new Exception("Unknow Command Args");
 }