上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 137 下一页
摘要: Install-Package Microsoft.Extensions.DependencyInjection; Install-Package CommunityToolkit.mvvm; private void InitCommands() { SaveAsPicturesCommand=n 阅读全文
posted @ 2025-09-16 17:33 FredGrit 阅读(16) 评论(0) 推荐(0)
摘要: Install-Package Microsoft.Extensions.DependencyInjection; Install-Package CommunityToolkit.mvvm; private async Task InitData() { StatusMsg="Loading... 阅读全文
posted @ 2025-09-16 16:08 FredGrit 阅读(21) 评论(0) 推荐(0)
摘要: Install-Package Microsoft.Extensions.DependencyInjection; Install-Package CommunityToolKit.mvvm; private void InitCommands() { SaveListBoxItemsAsPictu 阅读全文
posted @ 2025-09-16 15:13 FredGrit 阅读(21) 评论(0) 推荐(0)
摘要: Install-Package Microsoft.Extensions.DependencyInjection; Install-Package CommunityToolkit.mvvm; //App.cs using Microsoft.Extensions.DependencyInjecti 阅读全文
posted @ 2025-09-16 11:33 FredGrit 阅读(14) 评论(0) 推荐(0)
摘要: Install-Package Microsoft.Extensions.DependencyInjection; Install-Package Microsoft.Extensions.Hosting; Install-Package communityToolkit.mvvm; //Defin 阅读全文
posted @ 2025-09-15 16:52 FredGrit 阅读(33) 评论(0) 推荐(0)
摘要: Install-Package CommunityToolkit.mvvm; //xaml <Window x:Class="WpfApp4.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" x 阅读全文
posted @ 2025-09-15 10:50 FredGrit 阅读(18) 评论(0) 推荐(0)
摘要: Install-Package CommunityToolkit.mvvm; private async Task InitData() { var dir = @"../../../Images"; if (!Directory.Exists(dir)) { return; } var imgs 阅读全文
posted @ 2025-09-12 18:11 FredGrit 阅读(13) 评论(0) 推荐(0)
摘要: Install-Package CommunityToolkit.MVVM; Install-Package Microsoft.Extensions.DependencyInjection; Install-Package Microsoft.Extensions.Hosting; //xaml 阅读全文
posted @ 2025-09-12 16:54 FredGrit 阅读(21) 评论(0) 推荐(0)
摘要: Install-Package iTextSharp; //xaml <Window x:Class="WpfApp82.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="ht 阅读全文
posted @ 2025-09-12 11:35 FredGrit 阅读(8) 评论(0) 推荐(0)
摘要: Install-Package iTextSharp; using iTextSharp.text; using iTextSharp.text.pdf; using Document = iTextSharp.text.Document; namespace ConsoleApp38 { inte 阅读全文
posted @ 2025-09-11 16:52 FredGrit 阅读(19) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 137 下一页