• 大小: 261KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-22
  • 语言: 其他
  • 标签: Conway  Metro  C#  

资源简介

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.xml
     文件        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.xml
     文件        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个文件信息

评论

共有 条评论