@@ -2,15 +2,15 @@
|
||||
x:Class="Wino.Dialogs.NewImapSetupDialog"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="using:Wino.Dialogs"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
Style="{StaticResource WinoDialogStyle}"
|
||||
DefaultButton="Secondary"
|
||||
Closing="OnDialogClosing"
|
||||
Closed="ImapSetupDialogClosed"
|
||||
Opened="ImapSetupDialogOpened"
|
||||
FullSizeDesired="False"
|
||||
xmlns:local="using:Wino.Dialogs"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
Closed="ImapSetupDialogClosed"
|
||||
Closing="OnDialogClosing"
|
||||
DefaultButton="Secondary"
|
||||
FullSizeDesired="False"
|
||||
Opened="ImapSetupDialogOpened"
|
||||
Style="{StaticResource WinoDialogStyle}"
|
||||
mc:Ignorable="d">
|
||||
|
||||
<ContentDialog.Resources>
|
||||
|
||||
Reference in New Issue
Block a user