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

資源簡(jiǎn)介

Win8世界杯游戲V1.0源碼 功能介紹: win8世界杯游戲源碼,實(shí)現(xiàn)了基本的功能,以后版本會(huì)不斷 跟進(jìn),修改,希望大家提出寶貴的意見,游戲功能比較簡(jiǎn)單。 操作方式: 選擇一個(gè)球員,當(dāng)球員旋轉(zhuǎn),點(diǎn)擊球員的方向即可 注意: 開發(fā)環(huán)境為Visual Studio 2012

資源截圖

代碼片段和文件信息

using?SoccerLight.View;
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;

//?“空白應(yīng)用程序”模板在?http://go.microsoft.com/fwlink/?linkId=234227?上有介紹

namespace?SoccerLight
{
????///?
????///?提供特定于應(yīng)用程序的行為,以補(bǔ)充默認(rèn)的應(yīng)用程序類。
????///?

????sealed?partial?class?App?:?Application
????{
????????///?
????????///?初始化單一實(shí)例應(yīng)用程序?qū)ο蟆_@是執(zhí)行的創(chuàng)作代碼的第一行,
????????///?邏輯上等同于?main()?或?WinMain()。
????????///?

????????public?static?MainPage?main?{?get;?set;?}
????????public?App()
????????{
????????????this.InitializeComponent();
????????????this.Suspending?+=?OnSuspending;
????????????main?=?MainPage1.main;
???????????
????????}

????????///?
????????///?在應(yīng)用程序由最終用戶正常啟動(dòng)時(shí)進(jìn)行調(diào)用。
????????///?當(dāng)啟動(dòng)應(yīng)用程序以執(zhí)行打開特定的文件或顯示搜索結(jié)果等操作時(shí)
????????///?將使用其他入口點(diǎn)。
????????///?

????????///?有關(guān)啟動(dòng)請(qǐng)求和過程的詳細(xì)信息。
????????protected?override?void?OnLaunched(LaunchActivatedEventArgs?args)
????????{
????????????frame?rootframe?=?Window.Current.Content?as?frame;

????????????//?不要在窗口已包含內(nèi)容時(shí)重復(fù)應(yīng)用程序初始化,
????????????//?只需確保窗口處于活動(dòng)狀態(tài)
????????????if?(rootframe?==?null)
????????????{
????????????????//?創(chuàng)建要充當(dāng)導(dǎo)航上下文的框架,并導(dǎo)航到第一頁
????????????????rootframe?=?new?frame();

????????????????if?(args.PreviousExecutionState?==?ApplicationExecutionState.Terminated)
????????????????{
????????????????????//TODO:?從之前掛起的應(yīng)用程序加載狀態(tài)
????????????????}

????????????????//?將框架放在當(dāng)前窗口中
????????????????Window.Current.Content?=?rootframe;
????????????}
????????????Window.Current.Content?=?new?UserControlContainer();
????????????//if?(rootframe.Content?==?null)
????????????//{
????????????//????//?當(dāng)未還原導(dǎo)航堆棧時(shí),導(dǎo)航到第一頁,
????????????//????//?并通過將所需信息作為導(dǎo)航參數(shù)傳入來配置
????????????//????//?參數(shù)
????????????//????if?(!rootframe.Navigate(typeof(MainPage1)?args.Arguments))
????????????//????{
????????????//????????throw?new?Exception(“Failed?to?create?initial?page“);
????????????//????}
????????????//}
????????????((UserControlContainer)Window.Current.Content).SwitchToView(typeof(IntroMenu)?null);

????????????//?確保當(dāng)前窗口處于活動(dòng)狀態(tài)
????????????Window.Current.Activate();
????????}

????????///?
????????///?在將要掛起應(yīng)用程序執(zhí)行時(shí)調(diào)用。在不知道應(yīng)用程序
????????///?將被終止還是恢復(fù)的情況下保存應(yīng)用程序狀態(tài),
????????///?并讓內(nèi)存內(nèi)容保持不變。
????????///?

????????///?掛起的請(qǐng)求的源。
????????///?有關(guān)掛起的請(qǐng)求的詳細(xì)信息。
????????private?void?OnSuspending(object?sender?SuspendingEventArgs?e)
????????{
????????????var?deferral?=?e.SuspendingOperation.GetDeferral();
????????????//TODO:?保存應(yīng)用程序狀態(tài)并停止任何后臺(tái)活動(dòng)
????????????deferral.Complete();
??

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

????.......???????722??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\App.xaml

????.......??????3760??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\App.xaml.cs

????.......???????801??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\Assets\Logo.png

????.......???????329??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\Assets\SmallLogo.png

????.......??????2146??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\Assets\SplashScreen.png

????.......???????429??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\Assets\StoreLogo.png

????.......???????862??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\basePage.cs

????.......???????724??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\App.xaml

????.......???????724??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\App.xaml

????.......??????2090??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\AppxManifest.xml

????.......???????801??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Assets\Logo.png

????.......???????329??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Assets\SmallLogo.png

????.......??????2146??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Assets\SplashScreen.png

????.......???????429??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Assets\StoreLogo.png

????.......???????975??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Common\ReadMe.txt

????.......????118789??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Common\Standardstyles.xaml

????.......??????5797??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Images\ALG.png

????.......??????3990??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Images\ARG.png

????.......??????5513??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Images\AUS.png

????.......??????7985??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Images\BRA.png

????.......?????10546??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Images\CHI.png

????.......??????3394??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Images\CIV.png

????.......??????6546??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Images\CMR.png

????.......??????7301??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Images\DEN.png

????.......??????7604??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Images\ENG.png

????.......?????14203??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Images\ESP.png

????.......??????8452??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Images\FRA.png

????.......??????6172??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Images\GER.png

????.......??????7434??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Images\GHA.png

????.......?????62831??2012-11-14?08:39??51aspx_ZCWWorldCupV10a49df1fa-a2a5-4fc7-8432-a4b7ddae03b6\bin\Debug\AppX\Images\goalnet.png

............此處省略225個(gè)文件信息

評(píng)論

共有 條評(píng)論