161 - 问,Win8开发:程序入口点

161 - 问,Win8开发:程序入口点

/// <summary>

/// Initializes the singleton application object.  This is the first line of authored code

/// executed, and as such is the logical equivalent of main() or WinMain().

/// </summary>

App::App()

{

       InitializeComponent();

}

参考资料

http://msdn.microsoft.com/zh-cn/library/windows/apps/hh699878.aspx

你可能感兴趣的:(161 - 问,Win8开发:程序入口点)