Exemplo n.º 1
0
 public static Message GetMessage(this Notify.Notification note)
 {
     return(note.Params[1] as Message);
 }
Exemplo n.º 2
0
 public static byte[] GetBytes(this Notify.Notification note)
 {
     return(note.Params[0] as byte[]);
 }