예제 #1
0
 private void otpTick(object sender, EventArgs e)
 {
     Task.Run(() => { OTP.HandleOTP(); });
 }
예제 #2
0
 internal static void otpTick(Object state)
 {
     OTP.HandleOTP();
 }