2021-12-09 00:05:42 +01:00
|
|
|
|
using Robust.Client.AutoGenerated;
|
|
|
|
|
|
using Robust.Client.UserInterface.CustomControls;
|
2021-11-22 19:08:27 +01:00
|
|
|
|
using Robust.Client.UserInterface.XAML;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Content.Client.Administration.UI.Logs;
|
|
|
|
|
|
|
|
|
|
|
|
[GenerateTypedNameReferences]
|
2022-02-16 00:23:23 -07:00
|
|
|
|
public sealed partial class AdminLogsWindow : DefaultWindow
|
2021-11-22 19:08:27 +01:00
|
|
|
|
{
|
|
|
|
|
|
public AdminLogsWindow()
|
|
|
|
|
|
{
|
|
|
|
|
|
RobustXamlLoader.Load(this);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|