솔루션에 fp5,fp13 포함

This commit is contained in:
chi
2020-05-24 21:14:05 +09:00
parent 872fdbf995
commit b7de80e200
13 changed files with 21638 additions and 580 deletions

View File

@@ -32,7 +32,7 @@
If NewKey = "ARIN" Then
Dim auth As New MyAuth
Dim dateValue As Date = Now.AddDays(1)
auth.SetAuth(dateValue.ToFileTimeUtc(), My.Application.Info.DirectoryPath & "\epole.ini")
auth.SetAuth(dateValue.ToFileTimeUtc(), My.Application.Info.DirectoryPath & "\epole.ini", "install2")
MsgBox("프로그램을 재실행 하세요", MsgBoxStyle.Information, "확인")
DialogResult = System.Windows.Forms.DialogResult.Cancel
Else
@@ -46,7 +46,7 @@
If NewKey = "ARIN" OrElse datestr.GetHashCode() = hashcode Then
Dim auth As New MyAuth
Dim dateValue As Date = Date.Parse(datestr)
auth.SetAuth(dateValue.ToFileTimeUtc(), My.Application.Info.DirectoryPath & "\epole.ini")
auth.SetAuth(dateValue.ToFileTimeUtc(), My.Application.Info.DirectoryPath & "\epole.ini", "install2")
MsgBox("프로그램을 재실행 하세요", MsgBoxStyle.Information, "확인")
DialogResult = System.Windows.Forms.DialogResult.Cancel
End If