Exemplo n.º 1
0
 public Frm_addFriendRequest(Frm_systemMessage f)
 {
     InitializeComponent();
     this.parent2        = f;
     this.hostID         = f.hostid;
     this.friendID       = f.fromuserid;
     this.friendNickName = f.hostNickeName;
     this.db             = f.db;
 }
Exemplo n.º 2
0
 public Frm_info(Frm_systemMessage f, int id, bool isEnable)
 {
     InitializeComponent();
     this.parent_systemMessage = f;
     this.isEnable             = isEnable;
     this.ilFace = f.ilFace;
     this.id     = id;
     this.db     = f.db;
 }