摘要:
本文转载:http://www.cnblogs.com/TianFang/p/3184211.html这个是我以前网上看到的一篇文章,原文地址是:Building a Metro UI with WPF,这篇文章一步步的介绍了如何实现一个Metro样式的窗口,并且效果非常好。今天看到OSChina上... 阅读全文
摘要:
本文转载:http://www.cnblogs.com/iamlilinfeng/archive/2012/08/29/2662740.html一、类继承1 public class Father2 {3 }4 public class Child : Father5 {6 }二、接口继承1 pu... 阅读全文