示例#1
0
文件: P_Center.cs 项目: ZayneLiu/HMS
        private void Info_Click(object sender, EventArgs e)
        {
            P_Message frm = new P_Message(this);

            frm.Show();
            Hide();
        }
示例#2
0
 public P_Message_Edit(P_Message form)
 {
     InitializeComponent();
     parent = form;
 }