mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Use using with TestMergeManager instance
This commit is contained in:
@@ -409,7 +409,8 @@ namespace TGControlPanel
|
||||
/// <param name="e">The <see cref="EventArgs"/></param>
|
||||
void TestmergeButton_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
new TestMergeManager(Interface).ShowDialog();
|
||||
using (var TMM = new TestMergeManager(Interface))
|
||||
TMM.ShowDialog();
|
||||
LoadServerPage();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user