Display fundamentals

This commit is contained in:
Dimitar Byalkov
2021-03-19 09:51:42 +02:00
parent 7507023d11
commit 701be834cf
9 changed files with 160 additions and 2 deletions

View File

@@ -12,6 +12,8 @@ namespace Display
{
var a = new InitialSetup.InitialSetup();
a.InitialRegistration();
var ih = new InputHandler();
ih.CommandLineInterface();
}
}
}