This commit is contained in:
@@ -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();
|
||||||
|
|||||||
@@ -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
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user