private void btnRight_Click(object sender, EventArgs e) { Dolzh form = new Dolzh(); form.Show(this); Hide(); }
private void btnLeft_Click(object sender, EventArgs e) { Dolzh vaktsiny = new Dolzh(); vaktsiny.Show(this);; Hide(); }