mirror of https://github.com/quasar/Quasar.git
NoIP.org Integration
This commit is contained in:
parent
5f83df91e5
commit
4f8bd1b431
|
@ -303,9 +303,9 @@ public void StartNoIpItegrator()
|
||||||
updateThread.Start();
|
updateThread.Start();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void NoIpUdater()
|
public void NoIpUdater()
|
||||||
{
|
{
|
||||||
while (true)
|
while (XMLSettings.IntegrateNoIP)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
|
@ -101,10 +101,10 @@ private void btnSave_Click(object sender, EventArgs e)
|
||||||
XMLSettings.NoIPHost = txtNoIPHost.Text;
|
XMLSettings.NoIPHost = txtNoIPHost.Text;
|
||||||
|
|
||||||
XMLSettings.WriteValue("NoIPUsername", txtNoIPUser.Text);
|
XMLSettings.WriteValue("NoIPUsername", txtNoIPUser.Text);
|
||||||
XMLSettings.NoIPHost = txtNoIPUser.Text;
|
XMLSettings.NoIPUsername = txtNoIPUser.Text;
|
||||||
|
|
||||||
XMLSettings.WriteValue("NoIPPassword", txtNoIPPass.Text);
|
XMLSettings.WriteValue("NoIPPassword", txtNoIPPass.Text);
|
||||||
XMLSettings.NoIPHost = txtNoIPPass.Text;
|
XMLSettings.NoIPPassword = txtNoIPPass.Text;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.Close();
|
this.Close();
|
||||||
|
|
Loading…
Reference in New Issue