コード例 #1
0
ファイル: ShellBrowser.cs プロジェクト: ykebaili/sc2idlls
 public ShellBrowser()
 {
     InitVars();
     browsers        = new ArrayList();
     updateCondition = new ShellItemUpdateCondition();
     updater         = new ShellBrowserUpdater(this);
 }
コード例 #2
0
ファイル: ShellBrowser.cs プロジェクト: AdvSofTech/BackupWiz
 public ShellBrowser()
 {
     InitVars();
     browsers = new ArrayList();
     updateCondition = new ShellItemUpdateCondition();
     updater = new ShellBrowserUpdater(this);
 }
コード例 #3
0
 public ShellBrowser(Explorer browse)
 {
     Browser = browse;
     InitVars();
     browsers        = new ArrayList();
     updateCondition = new ShellItemUpdateCondition();
     updater         = new ShellBrowserUpdater(this);
 }