StrippingWindow.xaml 452 B

1234567891011
  1. <windows:StrippingWindow
  2. xmlns="https://spacestation14.io"
  3. xmlns:windows="clr-namespace:Content.Client.UserInterface.Systems.Inventory.Windows"
  4. xmlns:controls="clr-namespace:Content.Client.UserInterface.Systems.Inventory.Controls"
  5. Name="StrippingDisplay"
  6. HorizontalExpand="True"
  7. Title="Stripping"
  8. VerticalExpand="True"
  9. >
  10. <controls:InventoryDisplay Name="InventoryButtons" Access="Public"/>
  11. </windows:StrippingWindow>