This commit is contained in:
2020-04-27 21:01:44 +00:00
parent cc06b2a0ab
commit f752a986b1
3 changed files with 14 additions and 6 deletions

View File

@@ -170,6 +170,7 @@
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Auth"; this.Name = "Auth";
this.Text = "AyaNova 8"; this.Text = "AyaNova 8";
this.Load += new System.EventHandler(this.Auth_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();

View File

@@ -16,11 +16,7 @@ namespace AyaNova.PlugIn.V8
InitializeComponent(); InitializeComponent();
} }
private void btnTest_Click(object sender, EventArgs e) private async void btnTest_Click(object sender, EventArgs e)
{
}
private async void btnOk_Click(object sender, EventArgs e)
{ {
var result = await util.TestUrlAsync(edServerUrl.Text); var result = await util.TestUrlAsync(edServerUrl.Text);
if (result == "OK") if (result == "OK")
@@ -32,12 +28,23 @@ namespace AyaNova.PlugIn.V8
MessageBox.Show("Server could not be reached at that URL\n" + result); 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 btnCancel_Click(object sender, EventArgs e)
{ {
} }
private void Auth_Load(object sender, EventArgs e)
{
#if (DEBUG)
edServerUrl.Text = "192.168.1.56:7575";
#endif
}
} }
} }

View File

@@ -22,7 +22,7 @@ namespace AyaNova.PlugIn.V8
/// <remarks> /// <remarks>
/// Do not modify the definition of BuildAt as your changes will be discarded. /// Do not modify the definition of BuildAt as your changes will be discarded.
/// </remarks> /// </remarks>
public static DateTime BuildAt { get { return new DateTime(637235924335290569); } } //--** public static DateTime BuildAt { get { return new DateTime(637235928899361619); } } //--**
/// <summary> /// <summary>
/// The program that time stamped it. /// The program that time stamped it.
/// </summary> /// </summary>