コード例 #1
0
 public ouyyn()
 {
     InitializeComponent();
     searchedFiles   = new List <string>();
     searchComplete += new refreshListBoxHanlder(updateListBox);
     anotherform     = new FileText();
 }
コード例 #2
0
ファイル: ouyyn.cs プロジェクト: wanghan79/2019_CSharp
 public ouyyn()
 {
     InitializeComponent();
     searchedFiles = new List <string>();
     anotherform   = new FileText();
 }
コード例 #3
0
 public ouyyn()
 {
     InitializeComponent();
     anotherform = new FileText();
 }