Exemple #1
0
        private void LinkLabel1_Click(object sender, EventArgs e)
        {
            watchvideo wthvid = new watchvideo(this.user, ((LinkLabel)sender).Name, active, this);

            wthvid.Name     = "wthvid";
            wthvid.Location = new Point(259, 124);
            this.Controls.RemoveByKey("hmw");
            this.Controls.Add(wthvid);
        }
Exemple #2
0
        public mainFORM(watchvideo pfrm)
        {
            InitializeComponent();

            prnt = pfrm;
        }