public static VerifyCodeWindow CreateWindow(string verifyCodPng, string encryptedKey, Window win, VerifyCodeWindowEventHandler eventHandler) { return new VerifyCodeWindow(verifyCodPng, null) { _encryptedKey = encryptedKey, Owner = win, _verifycodewindoweventhandler = eventHandler }; }
public static VerifyCodeWindow CreateWindow(string verifyCodPng, string encryptedKey, Window win, VerifyCodeWindowEventHandler eventHandler) { return(new VerifyCodeWindow(verifyCodPng, null) { _encryptedKey = encryptedKey, Owner = win, _verifycodewindoweventhandler = eventHandler }); }