摘要: 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)