예제 #1
0
        private void toolStripButton4_Click(object sender, EventArgs e)
        {
            int    ids = clientsDataGridView.CurrentCell.RowIndex;
            string ks  = clientsDataGridView.Rows[ids].Cells[0].Value.ToString();

            id = int.Parse(ks);

            CLDelete.DELETE();

            CLoad.load();
        }
예제 #2
0
 private void toolStripButton3_Click(object sender, EventArgs e)
 {
     addclient.addclients();
     CLoad.load();
     CLoad.obj();
 }
예제 #3
0
 private void addClients_Load(object sender, EventArgs e)
 {
     numberTextBox.Text = "+7";
     CLoad.load();
     CLoad.obj();
 }