예제 #1
0
 public ShellBrowserComponent()
 {
     InitVars();
     browsers = new ArrayList();
     updateCondition = new ShellItemUpdateCondition();
     updater = new ShellBrowserUpdater(this);
 }
예제 #2
0
 public ShellBrowserComponent()
 {
     InitVars();
     browsers        = new ArrayList();
     updateCondition = new ShellItemUpdateCondition();
     updater         = new ShellBrowserUpdater(this);
 }