深入.net和C#編程第二章上機練習3

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MyOffice {     /// <summary>     /// 性別枚舉     /// </summary>     public enum Gender     {         male,
相關文章
相關標籤/搜索