/* public string location * { * get { return loc; } * set { loc = value; } * } * public string loc = "http://192.168.1.9/axis-cgi/jpg/image.cgi"; * public string loc = "http://localhost/projects/k.jpg";*/ private void button5_Click(object sender, EventArgs e) { surv ds = new surv(); this.AddOwnedForm(ds); ds.Show(); this.Hide(); }
void END() { surv ds = new surv(); this.AddOwnedForm(ds); ds.Show(); this.Hide(); timer1.Enabled = false; timer2.Enabled = false; this.Enabled = false; }