예제 #1
0
 private void button7_Click(object sender, EventArgs e)
 {
     BinBoxForm.BinBoxShow();
 }
예제 #2
0
        public static void BinBoxShow()
        {
            BinBoxForm dialog = new BinBoxForm();

            dialog.ShowDialog();
        }