コード例 #1
0
 /// <summary>
 /// Starts the specified sc application.
 /// </summary>
 /// <param name="scApp">The sc application.</param>
 public void start(SCApplication scApp)
 {
     this.scApp      = scApp;
     eventRptCondDao = scApp.EventRptCondDao;
 }