//file menu private void launchInstance_Click(object sender, RoutedEventArgs e) { AmiPicker newInstance = new AmiPicker(this); newInstance.Show(); }