private void button1_Click(object sender, RibbonControlEventArgs e) { FormSelectorWindow win = new FormSelectorWindow(); win.Show(); }