public PageContext(PageContext Cont) { this.Tab = Cont.Tab; this.ActiveChat = Cont.ActiveChat; this.SeenUser = Cont.SeenUser; }
public PageContext() { this.Tab = null; this.ActiveChat = null; this.SeenUser = null; }