xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 34.88MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2023-07-24
  • 語言: 其他
  • 標簽: win8??應用??

資源簡介

這是我自己做的win8應用程序的源碼。你可以在這里開始學習如何在win8上做應用程序。

資源截圖

代碼片段和文件信息

using?Hirstyle_Introduces.Common;

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;

//?“拆分布局應用程序”模板在?http://go.microsoft.com/fwlink/?linkId=234228?上有介紹

namespace?Hirstyle_Introduces
{
????///?
????///?提供特定于應用程序的行為,以補充默認的應用程序類。
????///?

????sealed?partial?class?App?:?Application
????{
????????///?
????????///?初始化單一實例應用程序對象。這是執行的創作代碼的第一行,
????????///?邏輯上等同于?main()?或?WinMain()。
????????///?

????????public?App()
????????{
????????????this.InitializeComponent();
????????????this.Suspending?+=?OnSuspending;
????????}

????????///?
????????///?在應用程序由最終用戶正常啟動時進行調用。
????????///?當啟動應用程序以執行打開特定的文件或顯示搜索結果等操作時
????????///?將使用其他入口點。
????????///?

????????///?有關啟動請求和過程的詳細信息。
????????protected?override?async?void?OnLaunched(LaunchActivatedEventArgs?args)
????????{
????????????frame?rootframe?=?Window.Current.Content?as?frame;

????????????//?不要在窗口已包含內容時重復應用程序初始化,
????????????//?只需確保窗口處于活動狀態
????????????
????????????if?(rootframe?==?null)
????????????{
????????????????//?創建要充當導航上下文的框架,并導航到第一頁
????????????????rootframe?=?new?frame();
????????????????//將框架與?SuspensionManager?鍵關聯????????????????????????????????
????????????????SuspensionManager.Registerframe(rootframe?“Appframe“);

????????????????if?(args.PreviousExecutionState?==?ApplicationExecutionState.Terminated)
????????????????{
????????????????????//?僅當合適時才還原保存的會話狀態
????????????????????try
????????????????????{
????????????????????????await?SuspensionManager.RestoreAsync();
????????????????????}
????????????????????catch?(SuspensionManagerException)
????????????????????{
????????????????????????//還原狀態時出現問題。
????????????????????????//假定沒有狀態并繼續
????????????????????}
????????????????}

????????????????//?將框架放在當前窗口中
????????????????Window.Current.Content?=?rootframe;
????????????}
????????????if?(rootframe.Content?==?null)
????????????{
????????????????//?當未還原導航堆棧時,導航到第一頁,
????????????????//?并通過將所需信息作為導航參數傳入來配置
????????????????//?參數
????????????????if?(!rootframe.Navigate(typeof(ItemsPage)?“AllGroups“))
????????????????{
????????????????????throw?new?Exception(“Failed?to?create?initial?page“);
????????????????}
????????????}
????????????//?確保當前窗口處于活動狀態
????????????Window.Current.Activate();
????????}

????????///?
????????///?在將要掛起應用程序執行時調用。在不知道應用程序
????????///?將被終止還是恢復的情況下保存應用程序狀態,
????????///?并讓內存內容保持不變。
????????///?

????????///?掛起的請求的源。
????????///?有關掛起的請求的詳細信息。
????????priv

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-12-02?11:26??Hirstyle?Introduces\
?????目錄???????????0??2012-12-02?11:26??Hirstyle?Introduces\Hirstyle?Introduces\
?????文件????????2647??2012-12-01?19:08??Hirstyle?Introduces\Hirstyle?Introduces.sln
?????文件???????10640??2012-12-02?11:24??Hirstyle?Introduces\Hirstyle?Introduces.suo
?????文件??????109056??2012-12-02?11:06??Hirstyle?Introduces\Hirstyle?Introduces.v11.suo
?????文件?????????913??2012-12-01?19:08??Hirstyle?Introduces\Hirstyle?Introduces\App.xaml
?????文件????????4013??2012-12-01?19:08??Hirstyle?Introduces\Hirstyle?Introduces\App.xaml.cs
?????目錄???????????0??2012-12-02?11:26??Hirstyle?Introduces\Hirstyle?Introduces\Assets\
?????文件???????80356??2011-12-19?07:48??Hirstyle?Introduces\Hirstyle?Introduces\Assets\Background.jpg
?????文件?????????560??2012-04-02?23:39??Hirstyle?Introduces\Hirstyle?Introduces\Assets\DarkGray.png
?????文件?????????560??2012-04-02?23:39??Hirstyle?Introduces\Hirstyle?Introduces\Assets\LightGray.png
?????文件???????31873??2012-12-01?19:01??Hirstyle?Introduces\Hirstyle?Introduces\Assets\Logo.png
?????文件???????13910??2011-12-19?08:28??Hirstyle?Introduces\Hirstyle?Introduces\Assets\ManBackground.jpg
?????文件?????????561??2012-04-02?23:39??Hirstyle?Introduces\Hirstyle?Introduces\Assets\MediumGray.png
?????文件????????2557??2012-12-01?19:07??Hirstyle?Introduces\Hirstyle?Introduces\Assets\SmallLogo.png
?????文件??????144635??2012-12-01?18:46??Hirstyle?Introduces\Hirstyle?Introduces\Assets\SplashScreen.png
?????文件????????6175??2012-12-01?19:03??Hirstyle?Introduces\Hirstyle?Introduces\Assets\StoreLogo.png
?????文件???????11108??2011-12-19?08:28??Hirstyle?Introduces\Hirstyle?Introduces\Assets\WomanBackgroud.jpg
?????目錄???????????0??2012-12-02?11:26??Hirstyle?Introduces\Hirstyle?Introduces\bin\
?????目錄???????????0??2012-12-02?11:26??Hirstyle?Introduces\Hirstyle?Introduces\bin\ARM\
?????目錄???????????0??2012-12-01?22:42??Hirstyle?Introduces\Hirstyle?Introduces\bin\ARM\Debug\
?????目錄???????????0??2012-12-01?22:42??Hirstyle?Introduces\Hirstyle?Introduces\bin\ARM\Release\
?????目錄???????????0??2012-12-02?11:26??Hirstyle?Introduces\Hirstyle?Introduces\bin\Debug\
?????文件?????????915??2012-12-01?19:08??Hirstyle?Introduces\Hirstyle?Introduces\bin\Debug\App.xaml
?????目錄???????????0??2012-12-02?11:26??Hirstyle?Introduces\Hirstyle?Introduces\bin\Debug\AppX\
?????文件????????2300??2012-12-02?11:08??Hirstyle?Introduces\Hirstyle?Introduces\bin\Debug\AppxManifest.xml
?????文件?????????915??2012-12-01?19:08??Hirstyle?Introduces\Hirstyle?Introduces\bin\Debug\AppX\App.xaml
?????文件????????2300??2012-12-02?11:08??Hirstyle?Introduces\Hirstyle?Introduces\bin\Debug\AppX\AppxManifest.xml
?????目錄???????????0??2012-12-02?11:26??Hirstyle?Introduces\Hirstyle?Introduces\bin\Debug\AppX\Assets\
?????文件???????80356??2011-12-19?07:48??Hirstyle?Introduces\Hirstyle?Introduces\bin\Debug\AppX\Assets\Background.jpg
?????文件?????????560??2012-04-02?23:39??Hirstyle?Introduces\Hirstyle?Introduces\bin\Debug\AppX\Assets\DarkGray.png
............此處省略239個文件信息

評論

共有 條評論