摘要:
private Color GetRndColor() { Color cr = new Color(); cr.A = 255; cr.R = (byte)(rnd.Next(0, 255)); cr.G = (byte)(rnd.Next(0, 255)); cr.B = (byte)(rnd. 阅读全文
摘要:
//usercontrol.xaml <UserControl x:Class="WpfApp381.ElpImgTbk" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schema 阅读全文
摘要:
//converter using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.T 阅读全文