Adding biolerplate for other pages
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user