Beispiel #1
0
        private void BtnEdit_Click(object sender, EventArgs e)
        {
            WphProportionEdit wphCa = new WphProportionEdit(Convert.ToInt32(StorageDGV[0, StorageDGV.CurrentCell.RowIndex].Value.ToString()));

            wphCa.ShowDialog();
            mainsql();
        }
Beispiel #2
0
        private void btnadd_Click(object sender, EventArgs e)
        {
            WphProportionEdit wphCa = new WphProportionEdit(0);

            wphCa.ShowDialog();
            mainsql();
        }