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