예제 #1
0
파일: sample8.cs 프로젝트: zcatt/StarUML
        public void InitializeFileTab()
        {
            OptionsLoader ol     = new OptionsLoader();
            string        path   = ol.Path;
            FileLister    lister = new FileLister(path, "", false);

            lister.InitandFillListView(this.lstLibrary);
        }
예제 #2
0
 public void InitializeFileTab()
 {
     OptionsLoader ol = new OptionsLoader();
     string path = ol.Path;
     FileLister lister = new FileLister(path, "",false);
     lister.InitandFillListView(this.lstLibrary);
 }