Beispiel #1
0
 public Presence(Xmpp.protocol.client.ShowType show, string status, int priority) : this(show, status)
 {
     this.Priority = priority;
 }
Beispiel #2
0
 public Presence(Xmpp.protocol.client.ShowType show, string status) : this()
 {
     this.Show   = show;
     this.Status = status;
 }