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

            dialog.ShowDialog();
        }