摘要: using System.Reflection; static void ShowEnvironmentInfoDemo() { Type type = typeof(Environment); PropertyInfo[] pis = type.GetProperties(); if (pis != nu... 阅读全文
posted @ 2019-11-27 22:38 FredGrit 阅读(242) 评论(0) 推荐(0) 编辑
摘要: private void ClickCmdExecuted(object obj) { ContentOb = new ObservableCollection<string>(); Task.Run(() => { while (!cts.IsCancellationRequested) { Co 阅读全文
posted @ 2019-11-27 22:21 FredGrit 阅读(970) 评论(0) 推荐(0) 编辑