人人人人人人人人人人人人

上一页 1 2 3 4 5 6 7 8 9 ··· 35 下一页
摘要: <Window x:Class="TestWPF.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/200 阅读全文
posted @ 2021-11-16 14:42 wgscd 阅读(31) 评论(0) 推荐(0) 编辑
摘要: using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using 阅读全文
posted @ 2021-10-21 15:05 wgscd 阅读(238) 评论(1) 推荐(0) 编辑
摘要: WindowsCommunityToolkit: https://github.com/CommunityToolkit/WindowsCommunityToolkit You can also preview the capabilities of the toolkit by downloadi 阅读全文
posted @ 2021-09-29 15:17 wgscd 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 加个属性: btn.SetValue(Stylus.IsPressAndHoldEnabledProperty,false); 或者在样式里设置: <Style x:Key="MyButtonStyle" TargetType="{x:Type Button}"> <Setter Property= 阅读全文
posted @ 2021-09-23 10:48 wgscd 阅读(80) 评论(0) 推荐(0) 编辑
摘要: namespace ClassLibrary1 { class InnerClass//私类 { public string Test(string s) { return "" + DateTime.Now + " " + s; } public void Test2(string s) { De 阅读全文
posted @ 2021-09-14 10:32 wgscd 阅读(625) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tas 阅读全文
posted @ 2021-09-10 17:39 wgscd 阅读(62) 评论(0) 推荐(0) 编辑
摘要: C# TestInitialize\TestCleanp ※※冰馨※※ 2020-12-15 09:19:37 75 收藏分类专栏: VS版权 VS专栏收录该内容197 篇文章1 订阅订阅专栏带有[ClassInitialize()]特性的方法在执行类中第一个测试之前调用。带有[TestInitia 阅读全文
posted @ 2021-09-10 16:01 wgscd 阅读(137) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System 阅读全文
posted @ 2021-09-08 17:35 wgscd 阅读(37) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threadin 阅读全文
posted @ 2021-09-04 09:28 wgscd 阅读(108) 评论(0) 推荐(0) 编辑
摘要: using the online website https://imagetosketch.com/ <Window x:Class="WpfMosaic.PhotoSketchWind" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/pr 阅读全文
posted @ 2021-08-02 15:48 wgscd 阅读(54) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 35 下一页