Esempio n. 1
0
 private Arguments()
 {
     // Since we create this instance the parser will not overwrite it
     InitVerb = new InitSubOptions { };
     PushVerb = new PushSubOptions { };
     PullVerb = new PullSubOptions { };
     RemoteVerb = new RemoteSubOptions { };
 }
Esempio n. 2
0
 public static void remote(RemoteSubOptions options)
 {
     //Configuration.AddRemoteCRMConnectionToConfig(options.RemoteName, options.url);
 }