void ISharedService.GoToNextTab(Vim.Path path, int count)
 {
 }
示例#2
0
 void IVimHost.GoToNextTab(Path value, int count)
 {
     GoToNextTab(value, count);
 }
示例#3
0
 void IVimHost.GoToNextTab(Path value, int count)
 {
     GoToNextTab(value, count);
 }
示例#4
0
 public abstract void GoToNextTab(Path direction, int count);
示例#5
0
 public abstract void GoToNextTab(Path direction, int count);