This commit is contained in:
raytrace
2020-09-15 22:20:54 +09:00
parent 3396da5a60
commit 2d3217926a
17 changed files with 359 additions and 1183 deletions

View File

@@ -508,4 +508,9 @@
End If
End If
End Sub
Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
Read_CommonCode()
Read_ProfileData()
End Sub
End Class