Пример #1
0
 private void button2_Click(object sender, EventArgs e)
 {
     // 매크로 동작
     //CpStart
     //ncStarter
     Automation automation = new Automation();
     automation.Action();
 }
Пример #2
0
 private void Form1_Load(object sender, EventArgs e)
 {
     Automation auto = new Automation();
     auto.Action();
     Application.Exit();
 }