• 大小: 0.19M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-26
  • 语言: C#
  • 标签: C#  MVVM  

资源简介

MVVM模式的demo

资源截图

代码片段和文件信息

using System;
using System.Diagnostics;
using System.Resources;
using System.Windows;
using System.Windows.Markup;
using System.Windows.Navigation;
using Microsoft.Phone.Controls;
using Microsoft.Phone.Shell;
using MVVMDemo.Resources;

namespace MVVMDemo
{
    public partial class App : Application
    {
        /// 
        /// Provides easy access to the root frame of the Phone Application.
        /// 

        /// The root frame of the Phone Application.
        public static PhoneApplicationframe Rootframe { get; private set; }

        /// 
        /// Constructor for the Application object.
        /// 

        public App()
        {
            // Global handler for uncaught exceptions.
            UnhandledException += Application_UnhandledException;

            // Standard XAML initialization
            InitializeComponent();

            // Phone-specific initialization
            Init

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-01-07 11:11  MVVMDemo\
     目录           0  2015-01-08 22:51  MVVMDemo\MVVMDemo\
     文件        2167  2015-01-07 11:11  MVVMDemo\MVVMDemo.sln
     文件      120320  2015-02-15 13:30  MVVMDemo\MVVMDemo.v12.suo
     文件         928  2015-01-07 11:11  MVVMDemo\MVVMDemo\App.xaml
     文件        9249  2015-01-07 11:11  MVVMDemo\MVVMDemo\App.xaml.cs
     目录           0  2015-01-07 11:11  MVVMDemo\MVVMDemo\Assets\
     文件        9042  2015-01-07 11:11  MVVMDemo\MVVMDemo\Assets\AlignmentGrid.png
     文件        3392  2015-01-07 11:11  MVVMDemo\MVVMDemo\Assets\ApplicationIcon.png
     目录           0  2015-01-07 11:11  MVVMDemo\MVVMDemo\Assets\Tiles\
     文件        9930  2015-01-07 11:11  MVVMDemo\MVVMDemo\Assets\Tiles\FlipCycleTileLarge.png
     文件        9070  2015-01-07 11:11  MVVMDemo\MVVMDemo\Assets\Tiles\FlipCycleTileMedium.png
     文件        3674  2015-01-07 11:11  MVVMDemo\MVVMDemo\Assets\Tiles\FlipCycleTileSmall.png
     文件        4937  2015-01-07 11:11  MVVMDemo\MVVMDemo\Assets\Tiles\IconicTileMediumLarge.png
     文件        3724  2015-01-07 11:11  MVVMDemo\MVVMDemo\Assets\Tiles\IconicTileSmall.png
     目录           0  2015-01-07 11:11  MVVMDemo\MVVMDemo\Bin\
     文件         476  2015-01-07 11:11  MVVMDemo\MVVMDemo\Bindablebase.cs
     目录           0  2015-01-07 11:22  MVVMDemo\MVVMDemo\Bin\Debug\
     文件         341  2015-01-07 11:22  MVVMDemo\MVVMDemo\Bin\Debug\AppManifest.xaml
     目录           0  2015-01-07 11:22  MVVMDemo\MVVMDemo\Bin\Debug\Assets\
     文件        3392  2015-01-07 11:11  MVVMDemo\MVVMDemo\Bin\Debug\Assets\ApplicationIcon.png
     目录           0  2015-01-07 11:22  MVVMDemo\MVVMDemo\Bin\Debug\Assets\Tiles\
     文件        9930  2015-01-07 11:11  MVVMDemo\MVVMDemo\Bin\Debug\Assets\Tiles\FlipCycleTileLarge.png
     文件        9070  2015-01-07 11:11  MVVMDemo\MVVMDemo\Bin\Debug\Assets\Tiles\FlipCycleTileMedium.png
     文件        3674  2015-01-07 11:11  MVVMDemo\MVVMDemo\Bin\Debug\Assets\Tiles\FlipCycleTileSmall.png
     文件        4937  2015-01-07 11:11  MVVMDemo\MVVMDemo\Bin\Debug\Assets\Tiles\IconicTileMediumLarge.png
     文件        3724  2015-01-07 11:11  MVVMDemo\MVVMDemo\Bin\Debug\Assets\Tiles\IconicTileSmall.png
     文件       19456  2015-01-08 22:51  MVVMDemo\MVVMDemo\Bin\Debug\MVVMDemo.dll
     文件       46592  2015-01-08 22:51  MVVMDemo\MVVMDemo\Bin\Debug\MVVMDemo.pdb
     文件       46396  2015-01-08 22:51  MVVMDemo\MVVMDemo\Bin\Debug\MVVMDemo_Debug_AnyCPU.xap
     目录           0  2015-01-07 11:22  MVVMDemo\MVVMDemo\Bin\Debug\Properties\
............此处省略37个文件信息

评论

共有 条评论