Inheritance: System.Windows.Window, IComponentConnector
コード例 #1
0
ファイル: Commands.cs プロジェクト: jerrys123111/PCSXBonus
 private static void ShowExecutableSelection(Game g)
 {
     wndExecutableSelection selection = new wndExecutableSelection {
         Tag = g
     };
     bool flag1 = selection.ShowDialog() == true;
 }
コード例 #2
0
ファイル: Commands.cs プロジェクト: CyberFoxHax/PCSXBonus
 private static void ShowExecutableSelection(Game g)
 {
     wndExecutableSelection selection = new wndExecutableSelection {
         Tag = g
     };
     bool flag1 = selection.ShowDialog() == true;
 }