资源简介
win8应用商店程序,以成功上传至应用商店。有需要下载的同学情下载参考。本程序用c#代码结合xaml实现,开发环境为vs2012。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Windows.ApplicationModel;
using Windows.ApplicationModel.Activation;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Controls.Primitives;
using Windows.UI.Xaml.Data;
using Windows.UI.Xaml.Input;
using Windows.UI.Xaml.Media;
using Windows.UI.Xaml.Navigation;
// The Blank Application template is documented at http://go.microsoft.com/fwlink/?linkId=234227
namespace FashionHouse_000_UIDesgin
{
///
/// Provides application-specific behavior to supplement the default Application class.
///
sealed partial class App : Application
{
///
/// 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().
///
public App()
{
this.InitializeComponent();
this.Suspending += OnSuspending;
}
///
/// Invoked when the application is launched normally by the end user. Other entry points
/// will be used when the application is launched to open a specific file to display
/// search results and so forth.
///
/// Details about the launch request and process.
protected override void OnLaunched(LaunchActivatedEventArgs args)
{
// Do not repeat app initialization when already running just ensure that
// the window is active
if (args.PreviousExecutionState == ApplicationExecutionState.Running)
{
Window.Current.Activate();
return;
}
if (args.PreviousExecutionState == ApplicationExecutionState.Terminated)
{
//TODO: Load state from previously suspended application
}
// Create a frame to act navigation context and navigate to the first page
var rootframe = new frame();
if (!rootframe.Navigate(typeof(MainPage)))
{
throw new Exception(“Failed to create initial page“);
}
// Place the frame in the current Window and ensure that it is active
Window.Current.Content = rootframe;
Window.Current.Activate();
}
///
/// Invoked when application execution is being suspended. Application state is saved
/// without knowing whether the application will be terminated or resumed with the contents
/// of memory still intact.
///
/// The source of the suspend request.
/// Details about the suspend request.
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7905 2012-09-17 22:20 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\App.xaml
文件 3292 2012-09-17 20:13 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\App.xaml.cs
文件 1774879 2012-09-18 22:36 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\AppPackages\FashionHouse_000_UIDesgin_1.0.0.0_AnyCPU_Debug_Test\FashionHouse_000_UIDesgin_1.0.0.0_AnyCPU_Debug.appx
文件 1802 2012-09-18 22:36 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\AppPackages\FashionHouse_000_UIDesgin_1.0.0.0_AnyCPU_Debug_Test\FashionHouse_000_UIDesgin_1.0.0.0_AnyCPU_Debug.appxsym
文件 1774125 2012-09-18 22:37 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\AppPackages\FashionHouse_000_UIDesgin_1.0.0.1_AnyCPU_Test\FashionHouse_000_UIDesgin_1.0.0.1_AnyCPU.appx
文件 1769 2012-09-18 22:37 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\AppPackages\FashionHouse_000_UIDesgin_1.0.0.1_AnyCPU_Test\FashionHouse_000_UIDesgin_1.0.0.1_AnyCPU.appxsym
文件 801 2012-03-30 08:07 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\Assets\Logo.png
文件 329 2012-03-30 08:07 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\Assets\SmallLogo.png
文件 2146 2012-03-30 08:07 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\Assets\SplashScreen.png
文件 429 2012-03-30 08:07 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\Assets\StoreLogo.png
文件 7992 2012-09-18 20:12 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\AboutMessage.xaml
文件 7907 2012-09-17 22:20 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\App.xaml
文件 7992 2012-09-18 20:12 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\AppX\AboutMessage.xaml
文件 7907 2012-09-17 22:20 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\AppX\App.xaml
文件 2363 2012-09-18 23:23 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\AppX\AppxManifest.xm
文件 801 2012-03-30 08:07 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\AppX\Assets\Logo.png
文件 329 2012-03-30 08:07 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\AppX\Assets\SmallLogo.png
文件 2146 2012-03-30 08:07 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\AppX\Assets\SplashScreen.png
文件 429 2012-03-30 08:07 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\AppX\Assets\StoreLogo.png
文件 57788 2012-05-21 23:13 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\AppX\Common\Standardst
文件 192513 2012-09-18 19:44 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\AppX\data\background\about.jpg
文件 125996 2012-09-17 21:23 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\AppX\data\background\background.jpg
文件 323647 2012-09-17 21:31 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\AppX\data\background\background_2.jpg
文件 75638 2012-09-17 21:41 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\AppX\data\background\background_3.jpg
文件 37612 2012-09-17 21:42 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\AppX\data\background\background_4.jpg
文件 172525 2012-09-17 21:39 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\AppX\data\hair\default.png
文件 25216 2012-09-18 15:46 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\AppX\data\hair\female\0.jpg
文件 25817 2012-09-18 15:46 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\AppX\data\hair\female\1.jpg
文件 96967 2012-09-18 15:46 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\AppX\data\hair\female\2.jpg
文件 15974 2012-09-18 15:46 FashionHouse_000_UIDesgin\FashionHouse_000_UIDesgin\bin\Debug\AppX\data\hair\female\3.jpg
............此处省略530个文件信息
相关资源
- C#多线程编程实战_中文完整版带书签
- C#与.NET 4高级程序设计(第5版)-文字
- 实验机房管理系统包括自己的想法,
- Halcon与C#混合窗体控件源代码
- C#卷积神经网络代码
- Visual C#.NET串口通信及测控应用典型
- c# emgucv 实时绿幕抠像源码
- Xilium.Cefglue,c#与JS代码互调
- .net +C#+WinForm 超市 管理系统
- c#电子点菜单,有完整的数据库
- C#从入门到精通中文(PDF)
- 数据库课程设计c# SQL
- C# 实现微信公众平台接口消息收发D
- 三维水淹模拟系统C#实现
- C#网站开发案例详解 书 PDF + 源码
- C#版微信登录--亲测有效.zip
- Unity3D与Winform交互
- C#基础知识思维导图最终版
- C#宿舍管理系统-数据库增删改查
- Keyence.AutoID.SDK_Help
- GeckoFx 最新版本 完美支持HTML5 C# demo
- C#编写的钢琴程序,调用DirectXSound编写
- Dot.NET Reactor 混淆加密工具 完美破解版
- devexpress控件说明大全
- Microsoft Visual C# Step by Step 9th Edition
- 五子棋小游戏 C#源代码 完整源程序
- C# vs2010 RDLC 报表DLL库 以及XP下无法运
- 明泰MT3系列读卡器 AIP文档及开发vbv
- C#使用RedisDEMO
- C#调用摄像头实现拍照和录像
评论
共有 条评论