摘要: [DebuggerDisplay("Student:Id={StuId},Name={StuName}")] public class Student { public int StuId { get; set; } public string StuName { get; set; } } Gen 阅读全文
posted @ 2020-08-13 16:35 FredGrit 阅读(218) 评论(0) 推荐(0)
摘要: public class MsgBox : System.Windows.Forms.Form { Label bodyLabel = new Label(); Button yesBtn = new Button(); Button noBtn = new Button(); public Msg 阅读全文
posted @ 2020-08-13 11:55 FredGrit 阅读(167) 评论(0) 推荐(0)