Example #1
0
 public static FolderBrowserDialogEx ComputerBrowser()
 {
     FolderBrowserDialogEx x = new FolderBrowserDialogEx();
     // avoid MBRO comppiler warning when passing _rootFolderLocation as a ref:
     x.BecomeComputerBrowser();
     return x;
 }