摘要: (申明:最近在做一个练习,写点东西,谨供参考。) 1、界面展示:其中的布局和样式就不说了,重点在MVVM架构和数据绑定(Model层使用EF(Entity Framework)实体框架,不做介绍)。 绑定后: 2、架构介绍: 在Views层中新建CusGroupEditWindow窗体,ViewMo 阅读全文
posted @ 2017-06-06 14:41 狗蛋学编程 阅读(10444) 评论(0) 推荐(0) 编辑
摘要: Point getP = PointToScreen(Mouse.GetPosition(this)); DockPanel.SetValue(Canvas.LeftProperty, 1.0); DockPanel.SetValue(Canvas.TopProperty , 5.0); DockPanel.SetValue(Grid.R... 阅读全文
posted @ 2016-05-06 18:27 狗蛋学编程 阅读(1752) 评论(0) 推荐(0) 编辑
摘要: using com.jd120.Core.Utility; using System; using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading... 阅读全文
posted @ 2016-05-06 18:19 狗蛋学编程 阅读(428) 评论(0) 推荐(0) 编辑