コード例 #1
0
ファイル: Form1.cs プロジェクト: OpenWindow/googleAuthNet
 public Form1()
 {
     InitializeComponent();
     tf = new GoogleTOTP();
     timer1.Start();
 }
コード例 #2
0
 public Form1()
 {
     InitializeComponent();
     tf = new GoogleTOTP();
     timer1.Start();
 }