11 lines
475 B
Text
11 lines
475 B
Text
|
|
<Window x:Class="TeamsISO.App.MainWindow"
|
||
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
|
Title="TeamsISO" Height="600" Width="900">
|
||
|
|
<Grid>
|
||
|
|
<TextBlock Text="TeamsISO — Phase A scaffold (UI implemented in Phase C)"
|
||
|
|
HorizontalAlignment="Center" VerticalAlignment="Center"
|
||
|
|
FontSize="16" Foreground="#444"/>
|
||
|
|
</Grid>
|
||
|
|
</Window>
|