示例#1
0
 public CheckoutBranch(GitViewModel vm)
 {
     this._vm = vm;
 }
示例#2
0
 public CheckoutCommit(GitViewModel vm)
 {
     this._vm = vm;
 }