Mini framework for help to create application.
$ dotnet add package Bbx.FabricThis framework will allow you to build a .net6.0 desktop application including:
But also useful components like:
Queued class).[STAThread] annotation)[STAThread]
public static void Main(string[] args)
{
IFrameworkApplication frameworkApplication = ApplicationFactory.Create("Sample");
frameworkApplication.Run();
}