コード例 #1
0
ファイル: Browser.cs プロジェクト: AdvSofTech/BackupWiz
 /// <summary>
 /// Initialises the ContextMenu wrappers
 /// </summary>
 private void InitContextMenu()
 {
     tvContextWrapper = new BrowserTVContextMenuWrapper(this);
 }
コード例 #2
0
ファイル: Browser.cs プロジェクト: davidcon/ScreenGrab
 /// <summary>
 /// Initialises the ContextMenu wrappers
 /// </summary>
 private void InitContextMenu()
 {
     tvContextWrapper = new BrowserTVContextMenuWrapper(this);
     lvContextWrapper = new BrowserLVContextMenuWrapper(this, PluginWrapper);
 }
コード例 #3
0
 /// <summary>
 /// Initialises the ContextMenu wrappers
 /// </summary>
 private void InitContextMenu()
 {
     tvContextWrapper = new BrowserTVContextMenuWrapper(this);
 }