Win8商店应用程序记录

 

Properties文件夹 AssemblyInfo.cs 程序集  
引用文件夹 .NET for Windows Store apps 商店应用的引用  
Windows windows的引用  
Assets文件夹 Logo.png 图标的保存位置  
Common文件夹   StandardStyles.xaml 样式表  
App.xaml App.xaml.cs

xmal是定义资源字典(使用样式表)

xmal.cs是程序入口

 App()

OnLaunched(LaunchActivatedEventArgs args)

OnSuspending(object sender, SuspendingEventArgs e)

 

MainPage.xaml   MainPage.xaml.cs 主页面及其函数

 blankPage()

OnNavigatedTo(NavigationEventArgs e)

MyApp_TemporaryKey.pfx - 待定  
Package.appxmainfest - 应用程序集说明  

 

posted on 2012-12-10 23:36  紫雨心  阅读(183)  评论(0)    收藏  举报

导航