上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 75 下一页
摘要: Copy from https://stackoverflow.com/questions/636383/how-can-i-find-wpf-controls-by-name-or-type //xaml <Window x:Class="WpfApp102.MainWindow" xmlns=" 阅读全文
posted @ 2024-05-20 15:48 FredGrit 阅读(9) 评论(0) 推荐(0) 编辑
摘要: <Window x:Class="WpfApp100.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2024-05-17 19:19 FredGrit 阅读(7) 评论(0) 推荐(0) 编辑
摘要: string colorStr = "#FF00008B"; Color brushColor=(Color)ColorConverter.ConvertFromString(colorStr); using System; using System.Collections.Generic; usi 阅读全文
posted @ 2024-05-17 17:21 FredGrit 阅读(3) 评论(0) 推荐(0) 编辑
摘要: git checkout remote branch git checkout -b newLocalBranchName origin/originBranchName 阅读全文
posted @ 2024-05-15 14:01 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Dynamic resource, on the other hand, will create a temporary expression during the initial compilation and thus defer lookup for resources until the r 阅读全文
posted @ 2024-05-10 10:44 FredGrit 阅读(1) 评论(0) 推荐(0) 编辑
摘要: using Microsoft.Win32; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Syste 阅读全文
posted @ 2024-05-06 17:43 FredGrit 阅读(4) 评论(0) 推荐(0) 编辑
摘要: //xaml <Window x:Class="WpfApp94.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w 阅读全文
posted @ 2024-05-05 17:05 FredGrit 阅读(4) 评论(0) 推荐(0) 编辑
摘要: //xaml <Window x:Class="WpfApp92.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w 阅读全文
posted @ 2024-05-04 16:34 FredGrit 阅读(20) 评论(0) 推荐(0) 编辑
摘要: //xaml <Window x:Class="WpfApp91.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w 阅读全文
posted @ 2024-05-03 21:43 FredGrit 阅读(12) 评论(0) 推荐(0) 编辑
摘要: //xaml <Window x:Class="WpfApp91.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w 阅读全文
posted @ 2024-05-03 21:27 FredGrit 阅读(8) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 75 下一页