Example #1
0
 public void addUcf(Friend f)
 {
     UcFriend ucf = new UcFriend();
     ucf.Frm=this;
     ucf.CurFriend = f;
     ucf.Top = this.pnFriendList.Controls.Count*ucf.Height;
     this.pnFriendList.Controls.Add(ucf);
 }
Example #2
0
        public void addUcf(Friend f)
        {
            UcFriend ucf = new UcFriend();

            ucf.Frm       = this;
            ucf.CurFriend = f;
            ucf.Top       = this.pnFriendList.Controls.Count * ucf.Height;
            this.pnFriendList.Controls.Add(ucf);
        }