上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 123 下一页
摘要: //xaml <Window x:Class="WpfApp62.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w 阅读全文
posted @ 2024-12-13 00:46 FredGrit 阅读(36) 评论(0) 推荐(0)
摘要: 1. Install-Package CsvExport 2. using Csv; using System.Runtime.InteropServices; namespace ConsoleApp8 { internal class Program { [DllImport("user32.d 阅读全文
posted @ 2024-12-12 23:26 FredGrit 阅读(36) 评论(0) 推荐(0)
摘要: using System.Runtime.InteropServices; namespace ConsoleApp6 { internal class Program { //copy from,https://gist.github.com/6rube/34b561827f0805f737425 阅读全文
posted @ 2024-12-12 22:41 FredGrit 阅读(107) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp58.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w 阅读全文
posted @ 2024-12-10 00:49 FredGrit 阅读(53) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System 阅读全文
posted @ 2024-12-07 21:47 FredGrit 阅读(50) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp57.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/20 阅读全文
posted @ 2024-12-07 21:35 FredGrit 阅读(34) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp56.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/20 阅读全文
posted @ 2024-12-07 21:19 FredGrit 阅读(24) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System 阅读全文
posted @ 2024-12-07 19:06 FredGrit 阅读(19) 评论(0) 推荐(0)
摘要: public List<Visual> FindVisualChildren(DependencyObject dpObj) { List<Visual> childrenList = new List<Visual>(); int childrenCount = VisualTreeHelper. 阅读全文
posted @ 2024-12-07 15:58 FredGrit 阅读(68) 评论(0) 推荐(0)
摘要: public class DatagridMultiSelectBehavior : Behavior<DataGrid> { protected override void OnAttached() { base.OnAttached(); } protected override void On 阅读全文
posted @ 2024-12-04 23:44 FredGrit 阅读(34) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 123 下一页