資源簡介
Game Of Life
Metro Style App

代碼片段和文件信息
using?System;
using?System.Threading.Tasks;
using?Windows.ApplicationModel.Activation;
using?Windows.UI.Xaml;
namespace?conway
{
????partial?class?App
????{
????????public?App()
????????{
????????????InitializeComponent();
????????}
????????protected?override?void?OnLaunched(LaunchActivatedEventArgs?args)
????????{
????????????Window.Current.Content?=?new?MainPage();
????????????Window.Current.Activate();
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-02-10?19:17??conway\
?????文件??????142582??2012-02-10?16:08??conway\Acorn.txt
?????文件?????????189??2012-02-08?22:58??conway\App.xaml
?????文件?????????450??2012-02-08?22:58??conway\App.xaml.cs
?????目錄???????????0??2012-02-09?20:26??conway\bin\
?????目錄???????????0??2012-02-09?20:26??conway\bin\Debug\
?????文件?????????193??2012-02-08?22:58??conway\bin\Debug\App.xaml
?????文件????????1116??2012-02-08?23:33??conway\bin\Debug\AppxManifest.xm
?????文件????????2361??2012-02-10?18:20??conway\bin\Debug\conway.build.appxrecipe
?????文件???????33280??2012-02-10?18:20??conway\bin\Debug\conway.exe
?????文件???????73216??2012-02-10?18:20??conway\bin\Debug\conway.pdb
?????目錄???????????0??2012-02-09?20:26??conway\bin\Debug\Images\
?????文件????????5789??2012-02-08?22:58??conway\bin\Debug\Images\Logo.png
?????文件?????????745??2012-02-08?22:58??conway\bin\Debug\Images\SmallLogo.png
?????文件????????7126??2012-02-08?22:58??conway\bin\Debug\Images\SplashScreen.png
?????文件????????1926??2012-02-08?22:58??conway\bin\Debug\Images\StoreLogo.png
?????文件????????3324??2012-02-10?18:16??conway\bin\Debug\MainPage.xaml
?????文件????????1760??2012-02-10?18:20??conway\bin\Debug\resources.pri
?????目錄???????????0??2012-02-09?20:26??conway\bin\Release\
?????文件?????????193??2012-02-08?22:58??conway\bin\Release\App.xaml
?????文件????????1116??2012-02-08?23:17??conway\bin\Release\AppxManifest.xm
?????文件????????2375??2012-02-10?19:29??conway\bin\Release\conway.build.appxrecipe
?????文件???????31744??2012-02-10?19:29??conway\bin\Release\conway.exe
?????文件???????69120??2012-02-10?19:29??conway\bin\Release\conway.pdb
?????目錄???????????0??2012-02-09?20:26??conway\bin\Release\Images\
?????文件????????5789??2012-02-08?22:58??conway\bin\Release\Images\Logo.png
?????文件?????????745??2012-02-08?22:58??conway\bin\Release\Images\SmallLogo.png
?????文件????????7126??2012-02-08?22:58??conway\bin\Release\Images\SplashScreen.png
?????文件????????1926??2012-02-08?22:58??conway\bin\Release\Images\StoreLogo.png
?????文件????????3419??2012-02-10?18:46??conway\bin\Release\MainPage.xaml
?????文件????????1760??2012-02-10?19:29??conway\bin\Release\resources.pri
............此處省略62個文件信息
評論
共有 條評論