08 2020 档案

摘要:using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threadin 阅读全文
posted @ 2020-08-30 14:12 FredGrit 阅读(127) 评论(0) 推荐(0) 编辑
摘要:static void SetConfig(string userName,string userPwd,string isRemembered) { Configuration cfg=ConfigurationManager.OpenExeConfiguration(ConfigurationU 阅读全文
posted @ 2020-08-14 11:29 FredGrit 阅读(96) 评论(0) 推荐(0) 编辑
摘要:[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 阅读(197) 评论(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 阅读(145) 评论(0) 推荐(0) 编辑
摘要:1.New Wpf project; 2.Add New Wpf Window named SubWindow; 3.Set global vairable via App.Current.Properties[objKey]=objValue in MainWindow constructor. 阅读全文
posted @ 2020-08-10 11:37 FredGrit 阅读(228) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示