Ejemplo n.º 1
0
 protected override void Format4BHandler(LoginClient client, ClientFormat4B format)
 {
     client.Send(new ServerFormat60
     {
         Type = 0x01,
         Size = Notification.Size,
         Data = Notification.Data
     });
 }
Ejemplo n.º 2
0
 protected virtual void Format4BHandler(TClient client, ClientFormat4B format)
 {
 }