Ejemplo n.º 1
0
 protected void OnFinishRunning(ComponentRunEventArgs e)
 {
     if (ModelFinishRunning != null)
     {
         ModelFinishRunning(this, e);
     }
 }
Ejemplo n.º 2
0
 protected void OnStartRunning(ComponentRunEventArgs e)
 {
     if (ModelStartRunning != null)
     {
         ModelStartRunning(this, e);
     }
 }