コード例 #1
0
ファイル: Program.cs プロジェクト: Allaix48/vk-client
 public PageContext(PageContext Cont)
 {
     this.Tab        = Cont.Tab;
     this.ActiveChat = Cont.ActiveChat;
     this.SeenUser   = Cont.SeenUser;
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: Allaix48/vk-client
 public PageContext()
 {
     this.Tab        = null;
     this.ActiveChat = null;
     this.SeenUser   = null;
 }