Files
tbd-station-14/Content.Client/Administration/UI/Notes/AdminNotesWindow.xaml
DrSmugleaf 5227d1a023 Admin notes (#7259)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2022-04-16 20:57:50 +02:00

7 lines
264 B
XML

<DefaultWindow xmlns="https://spacestation14.io"
xmlns:notes="clr-namespace:Content.Client.Administration.UI.Notes"
MinWidth="400"
MinHeight="400">
<notes:AdminNotesControl Name="Notes" Access="Public"/>
</DefaultWindow>