Adding biolerplate for other pages

This commit is contained in:
2025-11-29 10:30:17 -06:00
parent 5eb795fe22
commit 5515f981cd
8 changed files with 60 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ public partial class App : Application
private void InitCogwheel()
{
AppManager.CommandsManager.AddAssembly(Assembly.GetAssembly(typeof(DeafultCogwheelConsole)));
AppManager.CommandsManager.AddAssembly(Assembly.GetAssembly(typeof(CommandsManager)));
AppManager.CommandsManager.AddAssembly(Assembly.GetExecutingAssembly());
COGWHEEL.Initialize(AppManager.CommandsManager, AppManager.SzConsole);
}