91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

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.xml

?????文件????????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\Standardstyles.xaml

?????文件?????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個文件信息

評論

共有 條評論