Beispiel #1
0
 //new simple user logged in and its time to associate his instance with Admin events
 public SimpleUserClass(string clientId)
     : base(clientId)
 {
     listener = new AdminSentSomeApple(AdminSent);
     BaseUserClass.AppleSent += listener;
 } 
Beispiel #2
0
 //new simple user logged in and its time to associate his instance with Admin events
 public SimpleUserClass(string clientId)
     : base(clientId)
 {
     listener = new AdminSentSomeApple(AdminSent);
     BaseUserClass.AppleSent += listener;
 }