示例#1
0
文件: MainForm.cs 项目: IngCenter/SMM
        private void pictureBox6_Click(object sender, EventArgs e)
        {
            Subscribes comments = new Subscribes();

            comments.Dock = DockStyle.Fill;
            ArticlesPanel.Controls.Clear();
            ArticlesPanel.Controls.Add(comments);
        }
示例#2
0
文件: UserForm.cs 项目: IngCenter/SMM
        private void label1_Click(object sender, EventArgs e)
        {
            Subscribes SubInfo = new Subscribes();

            SubInfo.Show();
        }