Exemplo n.º 1
0
 /// <summary>
 /// Processes Active events
 /// </summary>
 /// <param name="args">Event args</param>
 public virtual void Update(ActiveEventArgs args)
 {
 }
Exemplo n.º 2
0
 static void OnActiveEvent(ActiveEventArgs e)
 {
     if (AppActive != null)
     {
         AppActive(new Events(), e);
     }
 }