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