コード例 #1
0
ファイル: Form1.cs プロジェクト: nandayo12/Sample
        private void menuItem6_Click(object sender, EventArgs e)
        {
            API_Unregister();
            Patrons f = new Patrons();

            f.Show();
            this.Hide();
        }
コード例 #2
0
ファイル: Patrons.cs プロジェクト: nandayo12/Sample
 // Save a reference to the form so it can
 // be notified when messages are received.
 public MsgWindow(Patrons msgform)
 {
     this.msgform = msgform;
 }