4 changed files with 47 additions and 67 deletions
@ -1,10 +0,0 @@ |
|||
<Window xmlns="https://github.com/avaloniaui" |
|||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|||
xmlns:dialogs="clr-namespace:Avalonia.Dialogs.Internal" |
|||
xmlns:internal="clr-namespace:Avalonia.Dialogs.Internal" |
|||
x:Class="Avalonia.Dialogs.Internal.ManagedFileDialog" |
|||
Title="{Binding Title}" Width="1100" Height="500" MinWidth="1100" MinHeight="500" |
|||
FontFamily="{DynamicResource UiFont}" FontSize="14" |
|||
Foreground="{DynamicResource ThemeForegroundBrush}"> |
|||
<internal:ManagedFileChooser Margin="12 0 12 6"/> |
|||
</Window> |
|||
@ -1,20 +0,0 @@ |
|||
using System; |
|||
using System.Runtime.InteropServices; |
|||
using Avalonia; |
|||
using Avalonia.Controls; |
|||
using Avalonia.Markup.Xaml; |
|||
using Avalonia.Media; |
|||
|
|||
namespace Avalonia.Dialogs.Internal |
|||
{ |
|||
class ManagedFileDialog : Window |
|||
{ |
|||
public ManagedFileDialog() |
|||
{ |
|||
AvaloniaXamlLoader.Load(this); |
|||
#if DEBUG
|
|||
this.AttachDevTools(); |
|||
#endif
|
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue