Example #1
0
 public ShellBrowser()
 {
     InitVars();
     browsers        = new ArrayList();
     updateCondition = new ShellItemUpdateCondition();
     updater         = new ShellBrowserUpdater(this);
 }
Example #2
0
 public ShellBrowser()
 {
     InitVars();
     browsers = new ArrayList();
     updateCondition = new ShellItemUpdateCondition();
     updater = new ShellBrowserUpdater(this);
 }
Example #3
0
 public ShellBrowser(Explorer browse)
 {
     Browser = browse;
     InitVars();
     browsers        = new ArrayList();
     updateCondition = new ShellItemUpdateCondition();
     updater         = new ShellBrowserUpdater(this);
 }