登录
首页 » C# » WPFMVVMDemo

WPFMVVMDemo

于 2020-06-16 发布 文件大小:155KB
0 116
下载积分: 1 下载次数: 0

代码说明:

  一个经典的MVVM案例,非常有利于新手学习(A classic MVVM case is very helpful for beginners to learn.)

文件列表:

WPFMVVMDemo, 0 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo, 0 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\App.xaml, 322 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\App.xaml.cs, 313 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\Data, 0 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\Data\Data.xml, 3920 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\MainWindow.xaml, 4942 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\MainWindow.xaml.cs, 805 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\Models, 0 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\Models\Dish.cs, 390 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\Models\Restaurant.cs, 303 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\Properties, 0 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\Properties\AssemblyInfo.cs, 2286 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\Properties\Resources.Designer.cs, 2850 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\Properties\Resources.resx, 5612 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\Properties\Settings.Designer.cs, 1096 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\Properties\Settings.settings, 201 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\Services, 0 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\Services\IDataService.cs, 447 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\Services\IOrderService.cs, 267 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\Services\MockOrderService.cs, 412 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\Services\XmlDataService.cs, 1357 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\ViewModels, 0 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\ViewModels\DishMenuItemViewModel.cs, 1887 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\ViewModels\MainWindowViewModel.cs, 4311 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\WPFMVVMDemo.csproj, 5065 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\WPFMVVMDemo.csproj.user, 227 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\bin, 0 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\bin\Debug, 0 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\bin\Debug\Data, 0 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\bin\Debug\Data\Data.xml, 3920 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\bin\Debug\Microsoft.Practices.Prism.dll, 150840 , 2010-11-10
WPFMVVMDemo\WPFMVVMDemo\bin\Debug\Microsoft.Practices.ServiceLocation.dll, 29760 , 2010-11-09
WPFMVVMDemo\WPFMVVMDemo\bin\Debug\WPFMVVMDemo.exe, 17408 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\bin\Debug\WPFMVVMDemo.pdb, 44544 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\bin\Debug\WPFMVVMDemo.vshost.exe, 11600 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\bin\Debug\WPFMVVMDemo.vshost.exe.manifest, 490 , 2010-03-17
WPFMVVMDemo\WPFMVVMDemo\obj, 0 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86, 0 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug, 0 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\App.g.cs, 2201 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\App.g.i.cs, 2201 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache, 23854 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache, 6582 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\GenerateResource.read.1.tlog, 138 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\GenerateResource.write.1.tlog, 334 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\MainWindow.baml, 3736 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\MainWindow.g.cs, 3378 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\MainWindow.g.i.cs, 3378 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\ResolveAssemblyReference.cache, 18774 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\TempPE, 0 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll, 4608 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\WPFMVVMDemo.Properties.Resources.resources, 180 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\WPFMVVMDemo.csproj.FileListAbsolute.txt, 1454 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\WPFMVVMDemo.exe, 17408 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\WPFMVVMDemo.g.resources, 3964 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\WPFMVVMDemo.pdb, 44544 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\WPFMVVMDemo_Content.g.cs, 506 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\WPFMVVMDemo_Content.g.i.cs, 506 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\WPFMVVMDemo_MarkupCompile.cache, 282 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo\obj\x86\Debug\WPFMVVMDemo_MarkupCompile.i.cache, 281 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo.sln, 875 , 2013-08-19
WPFMVVMDemo\WPFMVVMDemo.suo, 32256 , 2013-08-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • testprog
    一个简单好用的进度条例子程序 vc++开发 可以在此基础上增加自绘功能(An easy-to-use progress Ordinance the subroutine vc++ development to increase self-drawn on this basis)
    2012-08-07 16:25:25下载
    积分:1
  • netcommunity
    说明:  Socket是建立网络连接时使用的。在连接成功时,应用程序两端都会产生一个Socket实例,操作这个实例,完成所需的会话。(Socket is used when a network connection. The connection is successful, the application will have a Socket instance ends, the operation of this example, the completion of the required sessions.)
    2010-04-02 11:29:45下载
    积分:1
  • 09_ListCtrlDemo
    VC++ 6.0,MFC,List控件,演示列表控件的使用方法。(VC++ 6.0, MFC, List controls, demonstrates the use of the list control.)
    2013-06-05 22:24:03下载
    积分:1
  • LDPC
    该程序给出了LDPC编译码程序的经典算法,即BP算法,性能比较好(The program gives the classic algorithm LDPC decoding procedures, namely BP algorithm, the performance is better)
    2013-06-13 15:42:39下载
    积分:1
  • Mediaplayer
    MFC实现的播放器,可以实现简单的播放、暂停、停止等功能,有播放列表。(MFC implementation player, you can achieve a simple play, pause, stop and other functions, and playlists.)
    2020-12-05 08:49:23下载
    积分:1
  • LED_DSP
    一個在DSP上開發的簡單範例, 用來控制DSP上面的LED燈, 隨著按某個按鈕, 就會讓相對應的LED閃起來(One on the DSP development of a simple example of the above is used to control the DSP LED lights, with the press of a button, it will make the corresponding LED flashes up)
    2013-07-21 19:14:41下载
    积分:1
  • PM3267_SM_PHILIPS_EN
    100 MHz Dual-Channel Oscilloscope PM3267/PM3267U
    2009-07-14 08:12:14下载
    积分:1
  • VC_MFC-Sample1
    Microsoft Visual C++ MFC串口通信编程详解,主要介绍了用CreateFile()函数和WriteFile()函数读写串口的实例,以及设置 串口属性的实例. 在工业控制中,工控机(一般都基于 Windows 平台)经常需要与智能仪表通过串口 进行通信.串口通信方便易行,应用广泛. 一般情况下,工控机和各智能仪表通过 RS485 总线进行通信.RS485 的通信方式是 半双工的,只能由作为主节点的工控 PC 机依次轮询网络上的各智能控制单元子节点. 每次通信都是由 PC 机通过串口向智能控制单元发布命令,智能控制单元在接收到正 确的命令后作出应答. (Microsoft Visual C++ MFC serial communication programming explain CreateFile () and WriteFile () function to read and write the serial port of the instance, and set the serial port attribute instance in industrial control, IPC (generally based on the Windows platform) often need to communicate with the smart meter through the serial port serial communication easy and widely used normal circumstances, the IPC and intelligent instrument through RS485 communication RS485 communication is half-duplex, only as the primary node industrial PC turn polling network intelligent control unit child nodes. every communication from a PC via the serial port to issue commands to the intelligent control unit, intelligent control unit receives the correct command response.)
    2012-10-11 07:23:02下载
    积分:1
  • Labwindow/CVI popup-dialog
    这个程序简单展示了利用Labwindow/CVI制作对话框的步骤。让弹出的对话框不再变得神秘。(This program shows a simple step uses Labwindow/CVI make dialog. Let the dialog box no longer becomes mysterious.)
    2015-08-26 20:18:31下载
    积分:1
  • NewTimePickerControl
    NewTimePickerControl是一个日历控件。(NewTimePickerControl is a calendar control.)
    2012-04-24 12:22:57下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载