Exemple #1
0
 public MergeCommandResult Apply(ProgressMonitor monitor)
 {
     return(StashCollection.Apply(monitor, this));
 }
Exemple #2
0
 public MergeCommandResult Apply()
 {
     return(StashCollection.Apply(this));
 }