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