Esempio n. 1
0
 private void TileInBillsGrid_Click(object sender, EventArgs e)
 {
     try
     {
         BillGridUI c = new BillGridUI();
         c.Show();
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.Message, "Message", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }
Esempio n. 2
0
        private void button12_Click(object sender, EventArgs e)
        {
            BillGridUI b = new BillGridUI();

            b.ShowDialog();
        }