todo update

This commit is contained in:
Bitl 2020-07-11 12:56:04 -07:00
parent 261183ffbf
commit 5a5bbd2ed7
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@
* TODO:
*
* change control names for all forms
* Rewrite client launching into one function.
* add regions to rest of forms. Launcher forms are left!
*/

View File

@ -19,6 +19,7 @@ namespace NovetusURI
private void button1_Click(object sender, EventArgs e)
{
LocalFuncs.RegisterURI(this);
Close();
}
#endregion
}