Пример #1
0
 private void button7_Click(object sender, EventArgs e)
 {
     if (string.IsNullOrEmpty(lblTERUSAN.Text))
     {
         MessageBox.Show("SILAHKAN PILIH KOTA", "WARNING", MessageBoxButtons.OK, MessageBoxIcon.Stop);
         dgvKOTA.Focus();
         return;
     }
     else
     {
         MASTER.SUBMASTER.FormTERUSAN frm = new LOGISTICMANAGAMENTSYSTEM.MASTER.SUBMASTER.FormTERUSAN(this, 0, c);
         frm.ShowDialog();
     }
 }
        private void button7_Click(object sender, EventArgs e)
        {
            if (string.IsNullOrEmpty(lblTERUSAN.Text))
            {

                MessageBox.Show("SILAHKAN PILIH KOTA", "WARNING", MessageBoxButtons.OK, MessageBoxIcon.Stop);
                dgvKOTA.Focus();
                return;

            }
            else
            {

                MASTER.SUBMASTER.FormTERUSAN frm = new LOGISTICMANAGAMENTSYSTEM.MASTER.SUBMASTER.FormTERUSAN(this, 0, c);
                frm.ShowDialog();
            }
        }