上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 120 下一页
摘要: namespace ConsoleApp49 { internal class Program { static void Main(string[] args) { BTreeDemo(); Console.WriteLine("BTree!"); } static void BTreeDemo( 阅读全文
posted @ 2024-08-20 20:22 FredGrit 阅读(10) 评论(0) 推荐(0)
摘要: //xaml <UserControl x:Class="WpfApp250.BookControl" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsof 阅读全文
posted @ 2024-08-17 16:23 FredGrit 阅读(46) 评论(0) 推荐(0)
摘要: //Customize LineArrow using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System. 阅读全文
posted @ 2024-08-16 20:21 FredGrit 阅读(36) 评论(0) 推荐(0)
摘要: From .net 8.0 the can retrieve DateTime.Now.MicroSecond directly,but when you use the classic .net framework it does not work at all. I'll show a roun 阅读全文
posted @ 2024-08-16 10:47 FredGrit 阅读(36) 评论(0) 推荐(0)
摘要: <behavior:Interaction.Triggers> <behavior:EventTrigger EventName="KeyDown"> <behavior:CallMethodAction MethodName="Window_KeyDown" TargetObject="{Bind 阅读全文
posted @ 2024-08-15 20:19 FredGrit 阅读(54) 评论(0) 推荐(0)
摘要: //xaml <UserControl x:Class="WpfApp246.EllipseTbk" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft 阅读全文
posted @ 2024-08-15 16:06 FredGrit 阅读(16) 评论(0) 推荐(0)
摘要: //Custom Control //xaml <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/wi 阅读全文
posted @ 2024-08-14 11:34 FredGrit 阅读(13) 评论(0) 推荐(0)
摘要: Install-Package Aspose.Imaging using (Aspose.Imaging.Image aspImg = Aspose.Imaging.Image.Load(rawImgUrl)) { Aspose.Imaging.RasterImage rasterImg = asp 阅读全文
posted @ 2024-08-08 19:43 FredGrit 阅读(25) 评论(0) 推荐(0)
摘要: <behavior:Interaction.Triggers> <behavior:EventTrigger EventName="KeyDown"> <behavior:CallMethodAction MethodName="WinKeyDown" TargetObject="{Binding} 阅读全文
posted @ 2024-08-06 23:31 FredGrit 阅读(22) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp233.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2024-08-06 22:53 FredGrit 阅读(65) 评论(0) 推荐(0)
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 120 下一页