14 lines
356 B
XML
Executable File
14 lines
356 B
XML
Executable File
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Height="400"
|
|
Width="400"
|
|
Title="iron disk usage"
|
|
>
|
|
|
|
<DockPanel LastChildFill="True">
|
|
<Canvas Name="usageCanvas" Width="150" DockPanel.Dock="Right"/>
|
|
<TreeView Name="fileList"/>
|
|
</DockPanel>
|
|
</Window>
|
|
|