摘要: //usercontrol <UserControl x:Class="WpfApp157.ImageListBox" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas. 阅读全文
posted @ 2024-06-11 22:58 FredGrit 阅读(4) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Management; using System.Text; using System.Threading.Tasks; using Sys 阅读全文
posted @ 2024-06-11 20:02 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1.Install System.Management in Nuget; 2 using System.Management; namespace ConsoleApp37 { internal class Program { static void Main(string[] args) { S 阅读全文
posted @ 2024-06-11 19:41 FredGrit 阅读(5) 评论(0) 推荐(0) 编辑