コード例 #1
0
ファイル: GitClientArgs.cs プロジェクト: pvginkel/VisualGit
 internal GitClientArgs(GitCommandType commandType)
 {
     ThrowOnError = true;
     ThrowOnCancel = true;
     CommandType = commandType;
 }
コード例 #2
0
 protected GitTransportClientArgs(GitCommandType commandType)
     : base(commandType)
 {
 }
コード例 #3
0
 protected GitClientArgsWithCommit(GitCommandType commandType)
     : base(commandType)
 {
 }