Using required namespaces

This commit is contained in:
2023-04-16 19:54:11 +02:00
parent b7f3c09890
commit 605f345dc0

View File

@@ -1,4 +1,5 @@
namespace CLI;
using Common;
namespace CLI;
class Program
{