public frmLO_Edit(Property_Location temp, string temppk)
 {
     InitializeComponent();
     eid   = temppk;
     close = temp;
     con.loceditinfo(eid, inf);
     txtLoc.Text  = inf[0];
     cboProv.Text = inf[1];
     txtRoom.Text = inf[2];
 }
Esempio n. 2
0
 public frmLO_Add(Property_Location temp)
 {
     InitializeComponent();
     acc = temp;
     cboProv.SelectedIndex = 1;
 }
Esempio n. 3
0
        private void button5_Click_1(object sender, EventArgs e)
        {
            Property_Location wind = new Property_Location();

            wind.ShowDialog();
        }