示例#1
0
文件: GUI.cs 项目: AutoProt/AutoProt
 private void button1_Click(object sender, EventArgs e)
 {
     textBox1.Text = viewmodel.GetWorkflows();
 }