Example #1
0
 private void nhatkyToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Nhatky nhatky = new Nhatky();
     nhatky.Show();
 }
Example #2
0
        private void nhatkyToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Nhatky nhatky = new Nhatky();

            nhatky.Show();
        }