摘要: baseWin不能有XAML文件,只能是一个类namespace WPFStudy{ public class MyBaseWin : Window { public MyBaseWin(int w, int h, String title) { this.WindowStartupLocation = WindowStartupLocation.CenterS... 阅读全文
posted @ 2015-05-03 23:37 阿豪best 阅读(178) 评论(1) 推荐(0)
摘要: 自己总结的一些东西 这个小程序支持mysql和sqlite数据库,可以根据需求使用不同数据库 演示的Admin类如下,为了简单只有两个字段 1 1 class Admin 2 2 { 3 3 public Admin() { } 4 4 5 5 ... 阅读全文
posted @ 2015-04-22 23:24 阿豪best 阅读(143) 评论(0) 推荐(0)