Example #1
0
 public override void handleServerSide(ServerInterface serverInterface)
 {
     serverInterface.Login(username, password);
 }
Example #2
0
 public override void handleServerSide(ServerInterface serverInterface)
 {
     serverInterface.Login(username, password);
 }