mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 22:18:56 +00:00
Avalonia sample application namespace
This commit is contained in:
parent
8d0f618f2a
commit
d9ef169d56
6 changed files with 32 additions and 7 deletions
|
|
@ -2,7 +2,7 @@
|
|||
using Avalonia.Controls.ApplicationLifetimes;
|
||||
using Avalonia.Markup.Xaml;
|
||||
|
||||
namespace AvaloniaApp
|
||||
namespace SampleApplication
|
||||
{
|
||||
public partial class App : Application
|
||||
{
|
||||
|
|
@ -17,7 +17,7 @@ namespace AvaloniaApp
|
|||
{
|
||||
desktop.MainWindow = new MainWindow
|
||||
{
|
||||
//DataContext = new MainViewModel()
|
||||
DataContext = new MapViewModel()
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue