Control Panel can now save multiple logins

This commit is contained in:
Cyberboss
2017-11-27 15:17:56 -05:00
parent 85abbb6aa7
commit bedcd75382
9 changed files with 244 additions and 165 deletions
+2 -3
View File
@@ -8,10 +8,9 @@ namespace TGS.ControlPanel
/// Used to provide an ATP function for calls into an <see cref="TGS.Interface.IServerInterface"/>
/// </summary>
#if !DEBUG
abstract class ServerOpForm : Form
#else
class ServerOpForm : Form
abstract
#endif
class ServerOpForm : Form
{
/// <summary>
/// Used to wrap <see cref="TGS.Interface.IServerInterface"/> calls in a non-blocking fashion while disabling the <see cref="Form"/> and enabling the wait cursor