Removed magic strings from FirelanceMgr

- Renamed CSProj for both Gsm and Firelance.
- Made namespace names consistent.
This commit is contained in:
2020-07-05 14:46:53 +01:00
parent b6ce28a121
commit 21971e82c1
18 changed files with 86 additions and 54 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
using Microsoft.Data.Sqlite;
using System;
using System.IO;
using FireLance.Interfaces;
using Firelance.Interfaces;
using GSMParser.Inferfaces;
namespace Gsm