コード例 #1
0
ファイル: GUI.cs プロジェクト: AutoProt/AutoProt
 private void Analyze_Click(object sender, EventArgs e)
 {
     viewmodel.AnalyzeAllRawfiles();
 }