솔루션에 fp5,fp13 포함
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user