예제 #1
0
 public MergeCommandResult Apply(ProgressMonitor monitor)
 {
     return(StashCollection.Apply(monitor, this));
 }
예제 #2
0
파일: Stash.cs 프로젝트: poke/monodevelop
 public MergeCommandResult Apply()
 {
     return(StashCollection.Apply(this));
 }