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