コード例 #1
0
ファイル: Package.cs プロジェクト: dkv01/withSIX.Desktop
 void OnCheckoutWithoutRemoval(ProgressLeaf progressLeaf)
 {
     WorkingPath.MakeSurePathExists();
     ProcessCheckout(progressLeaf, false);
 }
コード例 #2
0
ファイル: Package.cs プロジェクト: dkv01/withSIX.Desktop
 public void Checkout(ProgressLeaf progressLeaf, bool confirmChecksums = true)
 {
     WorkingPath.MakeSurePathExists();
     ProcessCheckout(progressLeaf, true, confirmChecksums);
     WriteTag();
 }