fish-station/Content.Client/Administration/UI/Notes/AdminNotesWindow.xaml
Riggle 579913b617
Better notes and bans (#14228)
Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>
2023-07-21 13:38:52 +02:00

7 lines
355 B
XML

<ui:FancyWindow xmlns="https://spacestation14.io"
xmlns:notes="clr-namespace:Content.Client.Administration.UI.Notes"
xmlns:ui="clr-namespace:Content.Client.UserInterface.Controls"
SetSize="600 400"
Title="Loading...">
<notes:AdminNotesControl Name="Notes" Access="Public" Margin="4"/>
</ui:FancyWindow>