mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Control Panel can now save multiple logins
This commit is contained in:
@@ -6,10 +6,9 @@ namespace TGS.ControlPanel
|
||||
/// Calls <see cref="Application.Exit()"/> when all <see cref="CountedForm"/>s are <see cref="Form.Close"/>d
|
||||
/// </summary>
|
||||
#if !DEBUG
|
||||
abstract class CountedForm : ServerOpForm
|
||||
#else
|
||||
class CountedForm : ServerOpForm
|
||||
abstract
|
||||
#endif
|
||||
class CountedForm : ServerOpForm
|
||||
{
|
||||
/// <summary>
|
||||
/// The current number of active <see cref="CountedForm"/>s
|
||||
|
||||
Reference in New Issue
Block a user