Esempio n. 1
0
 public ShellBrowser()
 {
     InitVars();
     browsers        = new ArrayList();
     updateCondition = new ShellItemUpdateCondition();
     //updater = new ShellBrowserUpdater(this);
 }
Esempio n. 2
0
 public ShellBrowser(Explorer browse)
 {
     Browser = browse;
     InitVars();
     browsers        = new ArrayList();
     updateCondition = new ShellItemUpdateCondition();
     updater         = new ShellBrowserUpdater(this);
 }