todo update
This commit is contained in:
parent
261183ffbf
commit
5a5bbd2ed7
|
|
@ -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!
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ namespace NovetusURI
|
|||
private void button1_Click(object sender, EventArgs e)
|
||||
{
|
||||
LocalFuncs.RegisterURI(this);
|
||||
Close();
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue