コード例 #1
0
 public static void Main()
 {
     Solitaire.App app = new Solitaire.App();
     app.InitializeComponent();
     app.Run();
 }