public ShellBrowser() { InitVars(); browsers = new ArrayList(); updateCondition = new ShellItemUpdateCondition(); updater = new ShellBrowserUpdater(this); }
public ShellBrowser(Explorer browse) { Browser = browse; InitVars(); browsers = new ArrayList(); updateCondition = new ShellItemUpdateCondition(); updater = new ShellBrowserUpdater(this); }