资源简介
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个文件信息
相关资源
- Head First 系列丛书网盘资源
- 书店管理系统窗体程序
- 从零开始:AE二次开发中获取A点到B点
- ChartControl控件的使用
- NB-IOT北向推送接收源码参考(电信、
- 图解vs2010发布、打包安装程序(超全
- 有道API翻译Demo
- 基于DOM-TREE网页正文提取方法
- visual studio 2017中英文企业版离线安装
- System.Net.Http.dll.rar
- 简单的学生宿舍管理系统
- 医院药品进销存系统
- 判断接收到的字节流网络流是何种编
- 连接数据库并实现登录功能的
- Webrequests模拟登录
- Unity LitJson.dll
- 关于app.config共用的问题
- 基于UCC28019的高功率因数电源设计.r
- progressMy.zip
- 简单的信息隐藏和DES加密
- .net 网上购物课程设计
- Mac地址修改源代码
- fluentftp组件
- 班级管理系统
- 向指定ip端口发送数据并等待接收
- 实现字符串异或操作
- PDA自动更新程序源码
- ERP数据模型用powerdesigner建模
- 兰勃特墨卡托投影.rar
- .Net Core 基本代码
评论
共有 条评论