public static void Main() { ActivatableElements.App app = new ActivatableElements.App(); app.InitializeComponent(); app.Run(); }