上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 123 下一页
摘要: //xaml <Window x:Class="WpfApp150.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2025-02-04 21:38 FredGrit 阅读(25) 评论(0) 推荐(0)
摘要: 1.add reference,C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\8.0.11\ref\net8.0\PresentationCore.dll 2.Source code using System; usin 阅读全文
posted @ 2025-02-04 20:03 FredGrit 阅读(334) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp148.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2025-02-02 19:30 FredGrit 阅读(20) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp144.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2025-01-31 19:59 FredGrit 阅读(24) 评论(0) 推荐(0)
摘要: Copy from WPFDeveloper using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Syste 阅读全文
posted @ 2025-01-19 20:26 FredGrit 阅读(24) 评论(0) 推荐(0)
摘要: //cs using System; using System.Windows; using System.Windows.Controls.Primitives; using System.Windows.Media; namespace WPFDevelopers.Controls { publ 阅读全文
posted @ 2025-01-19 20:06 FredGrit 阅读(15) 评论(0) 推荐(0)
摘要: Copy from WPFDevelopers examples //cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tas 阅读全文
posted @ 2025-01-19 19:38 FredGrit 阅读(48) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp137.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2025-01-12 19:02 FredGrit 阅读(22) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp136.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2025-01-12 17:33 FredGrit 阅读(16) 评论(0) 推荐(0)
摘要: using System.Diagnostics; namespace ConsoleApp15 { internal class Program { static CancellationTokenSource cts { get; set; } static int idx = 0; stati 阅读全文
posted @ 2025-01-11 23:51 FredGrit 阅读(57) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 123 下一页