From f752a986b1d58ca914ac024fab6bdc997de70a8f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 27 Apr 2020 21:01:44 +0000 Subject: [PATCH] --- .../Plugins/AyaNova.Plugin.V8/Auth.Designer.cs | 1 + source/Plugins/AyaNova.Plugin.V8/Auth.cs | 17 ++++++++++++----- source/Plugins/AyaNova.Plugin.V8/Timestamp.cs | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/Auth.Designer.cs b/source/Plugins/AyaNova.Plugin.V8/Auth.Designer.cs index d4f8ef6..9b95430 100644 --- a/source/Plugins/AyaNova.Plugin.V8/Auth.Designer.cs +++ b/source/Plugins/AyaNova.Plugin.V8/Auth.Designer.cs @@ -170,6 +170,7 @@ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Auth"; this.Text = "AyaNova 8"; + this.Load += new System.EventHandler(this.Auth_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); diff --git a/source/Plugins/AyaNova.Plugin.V8/Auth.cs b/source/Plugins/AyaNova.Plugin.V8/Auth.cs index be54368..4742074 100644 --- a/source/Plugins/AyaNova.Plugin.V8/Auth.cs +++ b/source/Plugins/AyaNova.Plugin.V8/Auth.cs @@ -16,11 +16,7 @@ namespace AyaNova.PlugIn.V8 InitializeComponent(); } - private void btnTest_Click(object sender, EventArgs e) - { - - } - private async void btnOk_Click(object sender, EventArgs e) + private async void btnTest_Click(object sender, EventArgs e) { var result = await util.TestUrlAsync(edServerUrl.Text); if (result == "OK") @@ -32,12 +28,23 @@ namespace AyaNova.PlugIn.V8 MessageBox.Show("Server could not be reached at that URL\n" + result); } } + private void btnOk_Click(object sender, EventArgs e) + { + + } private void btnCancel_Click(object sender, EventArgs e) { } + private void Auth_Load(object sender, EventArgs e) + { +#if (DEBUG) + edServerUrl.Text = "192.168.1.56:7575"; +#endif + } + } } diff --git a/source/Plugins/AyaNova.Plugin.V8/Timestamp.cs b/source/Plugins/AyaNova.Plugin.V8/Timestamp.cs index d75d8f1..7718e46 100644 --- a/source/Plugins/AyaNova.Plugin.V8/Timestamp.cs +++ b/source/Plugins/AyaNova.Plugin.V8/Timestamp.cs @@ -22,7 +22,7 @@ namespace AyaNova.PlugIn.V8 /// /// Do not modify the definition of BuildAt as your changes will be discarded. /// - public static DateTime BuildAt { get { return new DateTime(637235924335290569); } } //--** + public static DateTime BuildAt { get { return new DateTime(637235928899361619); } } //--** /// /// The program that time stamped it. ///