Change ChemMaster 4000 UI to use XAML UI (#5025)

This commit is contained in:
Ygg01
2021-10-27 08:22:02 +01:00
committed by GitHub
parent 0862e5ae5a
commit 03b1fed47d
6 changed files with 335 additions and 441 deletions

View File

@@ -33,10 +33,7 @@ namespace Content.Client.Chemistry.UI
base.Open();
//Setup window layout/elements
_window = new ReagentDispenserWindow
{
Title = Loc.GetString("reagent-dispenser-bound-user-interface-title"),
};
_window = new();
_window.OpenCentered();
_window.OnClose += Close;