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

  • 大小: 145KB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發布日期: 2021-07-26
  • 語言: C/C++
  • 標簽: 成三圍棋??

資源簡介

c開發,很好,實用,完整,畢業設計,課程設計都可以用,原創

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Net;
using?System.Windows;
using?System.Windows.Controls;
using?System.Windows.Documents;
using?System.Windows.Input;
using?System.Windows.Media;
using?System.Windows.Media.Animation;
using?System.Windows.Navigation;
using?System.Windows.Shapes;
using?Microsoft.Phone.Controls;
using?Microsoft.Phone.Shell;

namespace?ThreeGo
{

????public?partial?class?App?:?Application
????{
????????///?
????????///提供對電話應用程序的根框架的輕松訪問。
????????///?

????????///?電話應用程序的根框架。
????????public?PhoneApplicationframe?Rootframe?{?get;?private?set;?}
????????
????????///?
????????///?Application?對象的構造函數。
????????///?

????????public?App()
????????{
????????????//?未捕獲的異常的全局處理程序。?
????????????UnhandledException?+=?Application_UnhandledException;

????????????//?標準?Silverlight?初始化
????????????InitializeComponent();
?
????????????//?特定于電話的初始化
????????????InitializePhoneApplication();

????????????//?調試時顯示圖形分析信息。
????????????if?(System.Diagnostics.Debugger.IsAttached)
????????????{
????????????????//?顯示當前幀速率計數器。
????????????????Application.Current.Host.Settings.EnableframeRateCounter?=?false;

????????????????//?顯示在每個幀中重繪的應用程序區域。
????????????????//Application.Current.Host.Settings.EnableRedrawRegions?=?true;

????????????????//?啟用非生產分析可視化模式,?
????????????????//?該模式顯示遞交給?GPU?的包含彩色重疊區的頁面區域。
????????????????//Application.Current.Host.Settings.EnableCacheVisualization?=?true;

????????????????//?通過將應用程序的?PhoneApplicationService?對象的?UserIdleDetectionMode?屬性
????????????????//?設置為?Disabled?來禁用應用程序空閑檢測。
????????????????//??注意:?僅在調試模式下使用此設置。禁用用戶空閑檢測的應用程序在用戶不使用電話時將繼續運行
????????????????//?并且消耗電池電量。
????????????????PhoneApplicationService.Current.UserIdleDetectionMode?=?IdleDetectionMode.Disabled;
????????????}

????????}

????????//?應用程序啟動(例如,從“開始”菜單啟動)時執行的代碼
????????//?此代碼在重新激活應用程序時不執行
????????private?void?Application_Launching(object?sender?LaunchingEventArgs?e)
????????{
????????}

????????//?激活應用程序(置于前臺)時執行的代碼
????????//?此代碼在首次啟動應用程序時不執行
????????private?void?Application_Activated(object?sender?ActivatedEventArgs?e)
????????{
????????}

????????//?停用應用程序(發送到后臺)時執行的代碼
????????//?此代碼在應用程序關閉時不執行
????????private?void?Application_Deactivated(object?sender?DeactivatedEventArgs?e)
????????{
????????}

????????//?應用程序關閉(例如,用戶點擊“后退”)時執行的代碼
????????//?此代碼在停用應用程序時不執行
????????private?void?Application_Closing(object?sender?ClosingEventArgs?e)
????????{
????????}

????????//?導航失敗時執行的代碼
????????private?void?Rootframe_NavigationFailed(object?sender?NavigationFailedEventArgs?e)
????????{
????????????if?(System.Diagnostics.Debugger.IsAttached)
????????????{
????????????????//?導航已失敗;強行進入調試器
????????????????System.Diagnostics.Debugger.Break();
????????????}
????????}

????????//?出現未處理的異常時執行的代碼
????????private?void?Application_UnhandledException(object?sender?ApplicationUn

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-10-06?22:14??ThreeGo-V7\
?????目錄???????????0??2012-10-06?22:13??ThreeGo-V7\ThreeGo\
?????文件?????????824??2012-08-27?19:33??ThreeGo-V7\ThreeGo\App.xaml
?????文件????????5396??2012-10-04?15:31??ThreeGo-V7\ThreeGo\App.xaml.cs
?????文件????????1881??2012-08-27?19:33??ThreeGo-V7\ThreeGo\ApplicationIcon.png
?????文件????????3521??2012-08-27?19:33??ThreeGo-V7\ThreeGo\Background.png
?????目錄???????????0??2012-10-06?22:13??ThreeGo-V7\ThreeGo\Bin\
?????目錄???????????0??2012-10-06?22:13??ThreeGo-V7\ThreeGo\Bin\Debug\
?????文件?????????337??2012-08-27?19:35??ThreeGo-V7\ThreeGo\Bin\Debug\AppManifest.xaml
?????文件????????1881??2012-08-27?19:33??ThreeGo-V7\ThreeGo\Bin\Debug\ApplicationIcon.png
?????文件????????3521??2012-08-27?19:33??ThreeGo-V7\ThreeGo\Bin\Debug\Background.png
?????文件???????39936??2012-10-06?22:11??ThreeGo-V7\ThreeGo\Bin\Debug\ThreeGo.dll
?????文件???????62976??2012-10-06?22:11??ThreeGo-V7\ThreeGo\Bin\Debug\ThreeGo.pdb
?????文件???????24608??2012-10-06?22:11??ThreeGo-V7\ThreeGo\Bin\Debug\ThreeGo.xap
?????文件????????1660??2012-08-27?19:35??ThreeGo-V7\ThreeGo\Bin\Debug\WMAppManifest.xml
?????文件????????1966??2012-10-05?16:45??ThreeGo-V7\ThreeGo\GoHisFiles.cs
?????文件????????5354??2012-10-05?18:28??ThreeGo-V7\ThreeGo\GoProcess.cs
?????文件????????1379??2012-09-26?10:47??ThreeGo-V7\ThreeGo\GoStep.cs
?????文件????????7877??2012-10-06?22:11??ThreeGo-V7\ThreeGo\MainPage.xaml
?????文件???????23529??2012-10-06?21:54??ThreeGo-V7\ThreeGo\MainPage.xaml.cs
?????目錄???????????0??2012-10-06?22:13??ThreeGo-V7\ThreeGo\Properties\
?????文件?????????207??2012-08-27?19:33??ThreeGo-V7\ThreeGo\Properties\AppManifest.xml
?????文件????????1390??2012-08-27?19:33??ThreeGo-V7\ThreeGo\Properties\AssemblyInfo.cs
?????文件????????1623??2012-08-27?19:33??ThreeGo-V7\ThreeGo\Properties\WMAppManifest.xml
?????文件????????9417??2012-08-27?19:33??ThreeGo-V7\ThreeGo\SplashScreenImage.jpg
?????文件????????4744??2012-10-04?11:25??ThreeGo-V7\ThreeGo\ThreeGo.csproj
?????文件?????????461??2012-10-04?11:25??ThreeGo-V7\ThreeGo\ThreeGo.csproj.user
?????文件???????16041??2012-10-05?17:52??ThreeGo-V7\ThreeGo\game.cs
?????目錄???????????0??2012-10-06?22:13??ThreeGo-V7\ThreeGo\obj\
?????目錄???????????0??2012-10-06?22:13??ThreeGo-V7\ThreeGo\obj\Debug\
?????文件????????1792??2012-08-27?19:33??ThreeGo-V7\ThreeGo\obj\Debug\App.g.cs
............此處省略16個文件信息

評論

共有 條評論

相關資源