摘要:
public class CountValidationRule : ValidationRule { public override ValidationResult Validate(object value, System.Globalization.CultureInfo cultureIn 阅读全文
摘要:
安装nuget 【GMap.NET.Core】、【GMap.NET.WinPresentation】 AMapProviderBase public abstract class AMapProviderBase : GMapProvider { public AMapProviderBase() 阅读全文
摘要:
zxing 安装nuget包【ZXing.Net】 方式一 var barcodeReader = new BarcodeReader(); var qr = barcodeReader.Decode(new Bitmap(tempPicPath)); 方式二 /// <summary> /// 图 阅读全文