8 lines
331 B
XML
8 lines
331 B
XML
<Window xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
x:Class="Logof_Client.Wiki.EditorWindow"
|
|
Title="Wiki Editor (disabled)" Width="400" Height="150">
|
|
<Grid>
|
|
<TextBlock Margin="12" TextWrapping="Wrap">Coming soon.</TextBlock>
|
|
</Grid>
|
|
</Window> |