예제 #1
0
파일: Main.cs 프로젝트: sabryguen/APD
 private void btnRunActions_Click(object sender, EventArgs e)
 {
     _actionManager.RunActions();
 }