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