This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Avalonia;
|
||||
|
||||
namespace LehrerApp.TemplateDesigner;
|
||||
|
||||
internal static class Program
|
||||
{
|
||||
[STAThread]
|
||||
public static void Main(string[] args) => BuildAvaloniaApp().StartWithClassicDesktopLifetime(args);
|
||||
public static AppBuilder BuildAvaloniaApp() => AppBuilder.Configure<App>().UsePlatformDetect().WithInterFont().LogToTrace();
|
||||
}
|
||||
Reference in New Issue
Block a user