Skip to content

Commit 22cea7e

Browse files
committed
change default key
1 parent 347856b commit 22cea7e

File tree

6 files changed

+2
-1
lines changed

6 files changed

+2
-1
lines changed

bin/x86/Debug/RandomOrgApi.dll

0 Bytes
Binary file not shown.

bin/x86/Debug/gPicker.exe

0 Bytes
Binary file not shown.

bin/x86/Debug/key.ini

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6e8d5b98-d26d-4920-802e-8100aa096425

bin/x86/Release/RandomOrgApi.dll

0 Bytes
Binary file not shown.

bin/x86/Release/gPicker.exe

0 Bytes
Binary file not shown.

gPicker/Form1.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ private void Form1_Load(object sender, EventArgs e)
5454
BaseHeight = BaseHeight + TitleHeight;
5555

5656
string key;
57-
key = "627cc29b-fabd-4f00-b0b0-2fead2262323";
57+
key = "6e8d5b98-d26d-4920-802e-8100aa096425";
5858
if (File.Exists("key.ini"))
5959
{
6060
FileStream fkey = new FileStream("key.ini", FileMode.Open, FileAccess.Read);

0 commit comments

Comments
 (0)