Ejemplo n.º 1
0
 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
     });
 }