mirror of
https://github.com/egmont11/NetworkDiagram.git
synced 2026-07-24 07:09:43 +02:00
i cannot for the life of me fix the dang camera shooting off to god knows where
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
using Avalonia.Controls.ApplicationLifetimes;
|
||||
using System.Net.Mime;
|
||||
using Avalonia;
|
||||
using Avalonia.Markup.Xaml;
|
||||
using NetworkDiagramAvalonia.ViewModels;
|
||||
using NetworkDiagramAvalonia.Views;
|
||||
|
||||
namespace NetworkDiagramAvalonia;
|
||||
|
||||
public partial class App : MediaTypeNames.Application
|
||||
public class App : Application
|
||||
{
|
||||
public override void Initialize()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user