// 간편 기능1 버튼 private void Function1_Click(object sender, RoutedEventArgs e) { Function1 function1 = new Function1(); function1.Show(); }