上一页 1 2 3 4 5 6 7 ··· 135 下一页
摘要: <ContentControl Grid.Column="0" Template="{StaticResource DataGridControlTemplate}" ToolTip="Template"/> <ContentControl Grid.Column="1" ContentTempla 阅读全文
posted @ 2026-07-17 21:37 FredGrit 阅读(7) 评论(0) 推荐(0)
摘要: Install-Package CommunityToolkit.mvvm [ObservableObject] public partial class XmlConfigNode { [ObservableProperty] private string nodeName; [Observabl 阅读全文
posted @ 2026-07-12 22:01 FredGrit 阅读(8) 评论(0) 推荐(0)
摘要: <ItemsControl ItemsSource="{Binding BooksCollection}" ScrollViewer.CanContentScroll="True"> <ItemsControl.Template> <ControlTemplate TargetType="Items 阅读全文
posted @ 2026-07-12 20:48 FredGrit 阅读(5) 评论(0) 推荐(0)
摘要: public enum BookCategory { Science, Technology, Engineer, Math, Arts } static Array values = Enum.GetValues(typeof(BookCategory)); static Random rnd = 阅读全文
posted @ 2026-07-05 22:02 FredGrit 阅读(9) 评论(0) 推荐(0)
摘要: <ArrayOfBook xmlns="http://schemas.datacontract.org/2004/07/WcfService5" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Book><Abstract>Abstract_ 阅读全文
posted @ 2026-06-29 22:35 FredGrit 阅读(9) 评论(0) 推荐(0)
摘要: public class DelegateCmd : ICommand, IDisposable { private readonly Action<object?> execute; private readonly Func<object?, bool> canExecute; private 阅读全文
posted @ 2026-06-27 21:04 FredGrit 阅读(4) 评论(0) 推荐(0)
摘要: <DataGrid.ContextMenu> <ContextMenu> <MenuItem Header="{Binding FirstMIHeader}" FontSize="50" Width="350" Height="150" Command="{Binding FirstCmd}" Co 阅读全文
posted @ 2026-06-20 21:30 FredGrit 阅读(11) 评论(0) 推荐(0)
摘要: public class ProxyBinding : Freezable { protected override Freezable CreateInstanceCore() { return new ProxyBinding(); } public object SourceObject { 阅读全文
posted @ 2026-06-19 20:47 FredGrit 阅读(6) 评论(0) 推荐(0)
摘要: Install-Package Newtonsoft.Json //WCF Producer //D:\C\WcfService3\WcfService3\IBookService.cs using System; using System.Collections.Generic; using Sy 阅读全文
posted @ 2026-06-19 19:22 FredGrit 阅读(12) 评论(0) 推荐(0)
摘要: Install-Package EPPlusInstall-Package Newtonsoft.Json using OfficeOpenXml; using System; using System.Collections.Generic; using System.IO; using Syst 阅读全文
posted @ 2026-06-18 23:48 FredGrit 阅读(13) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 135 下一页