コード例 #1
0
        private static void ShowExecutableSelection(Game g)
        {
            var selection = new Views.wndExecutableSelection {
                Tag = g
            };

            selection.ShowDialog();
        }
コード例 #2
0
ファイル: Commands.cs プロジェクト: CyberFoxHax/PCSXBonus
		private static void ShowExecutableSelection(Game g) {
			var selection = new Views.wndExecutableSelection {
				Tag = g
			};
			selection.ShowDialog();
		}