Exemple #1
0
 public frmD_Edit(string fid, Property_Disposal temp)
 {
     InitializeComponent();
     id     = fid;
     dclose = temp;
     con.displblshow(id, darr);
     dtpDDate.Text = darr[0];
     cboDMeth.Text = darr[1];
     txtRem.Text   = darr[2];
 }
Exemple #2
0
        private void button4_Click(object sender, EventArgs e)
        {
            Property_Disposal wind = new Property_Disposal();

            wind.ShowDialog();
        }