private void BackBtn_Click(object sender, EventArgs e) { StoreChanges(); IDDCollarCal calib = new IDDCollarCal(col, modified); calib.Show(); this.Close(); }
private void NextBtn_Click(object sender, EventArgs e) { //store changes? IDDCollarCal cal = new IDDCollarCal(col, modified); cal.Show(); this.Close(); }
private void NextBtn_Click(object sender, EventArgs e) { //store changes? IDDCollarCal cal = new IDDCollarCal(col, modified); cal.StartPosition = FormStartPosition.CenterScreen; cal.Show(); this.Close(); }
private void BackBtn_Click(object sender, EventArgs e) { StoreChanges(); IDDCollarCal calib = new IDDCollarCal(col, modified); calib.StartPosition = FormStartPosition.CenterScreen; calib.Show(); Close(); }
private void NextBtn_Click(object sender, EventArgs e) { //store changes? IDDCollarCal cal = new IDDCollarCal(col,modified); cal.Show(); this.Close(); }
private void BackBtn_Click(object sender, EventArgs e) { StoreChanges(); IDDCollarCal calib = new IDDCollarCal(col, modified); calib.Show(); Close(); }