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