예제 #1
0
 protected override void OnStart(string[] args)
 {
     _proc = new GroupReportProcessor();
     _proc.StartProcessing();
 }
예제 #2
0
파일: Form1.cs 프로젝트: nuevollc/Nuevo
 private void GroupCallReport_Click(object sender, EventArgs e)
 {
     GroupReportProcessor p = new GroupReportProcessor();
     p.TestCallReport();
     // p.StartProcessing();
 }
예제 #3
0
 protected override void OnStart(string[] args)
 {
     _proc = new GroupReportProcessor();
     _proc.StartProcessing();
 }