示例#1
0
文件: Main.cs 项目: sabryguen/APD
 private void btnRunActions_Click(object sender, EventArgs e)
 {
     _actionManager.RunActions();
 }