private void WritingSystemPickerButton_Click(object sender, EventArgs e) { var d = new WritingSystemPickerTestForm(); d.ShowDialog(); }