2023-07-21 13:38:52 +02:00
|
|
|
<ui:FancyWindow xmlns="https://spacestation14.io"
|
2022-04-16 20:57:50 +02:00
|
|
|
xmlns:notes="clr-namespace:Content.Client.Administration.UI.Notes"
|
2023-07-21 13:38:52 +02:00
|
|
|
xmlns:ui="clr-namespace:Content.Client.UserInterface.Controls"
|
|
|
|
|
SetSize="600 400"
|
|
|
|
|
Title="Loading...">
|
|
|
|
|
<notes:AdminNotesControl Name="Notes" Access="Public" Margin="4"/>
|
|
|
|
|
</ui:FancyWindow>
|