c#&.NET3.0高级程序设计-02 Enum Demo
摘要:Enum 实例 using System; using System.Collections.Generic; public class MyClass { enum EmpType { Manager,Grunt,Contractor,VP } static void AskForBonus(Em
阅读全文
posted @
2016-04-06 21:00
艺歆
阅读(140)
推荐(0)
Pro C# with .NET 3.0 -01
摘要:C#与.NET3.0高级程序设计美 Andrew Troelsennamespace liujietest{ public class ConsoleTest { void sayHello() { System.Console.Write("\nHello,C#"); } public override string ToString() { return "This is liujie test!"; } public static vo...
阅读全文
posted @
2013-04-12 15:34
艺歆
阅读(144)
推荐(0)
Programming Windows-01
摘要:学习Windows开发,参考 Chales Petzold 《Programming Windows 6th Edition》,基于XAML编程。此为系列文章,争取坚持下去。
阅读全文
posted @
2013-04-12 15:33
艺歆
阅读(112)
推荐(0)