Exemplo n.º 1
0
 public KeyCommand FromArgs(string[] args)
 {
     Options = new FindOptions(args);
     return(this);
 }
Exemplo n.º 2
0
 public KeyCommand FromArgs(string[] args)
 {
     Options = new FindOptions(args);
     return this;
 }