コード例 #1
0
ファイル: Form1.cs プロジェクト: Alex4191/SQLE_OLC1
 public Form1()
 {
     InitializeComponent();
     List_Paths = new List <Paths>();
     s          = new Scanner_201602880();
     p          = new Parser_201602880();
 }