Renamed FireLance library to GSMParser
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\FireLance\GSMParser.csproj" />
|
||||
<ProjectReference Include="..\GSMParser\GSMParser.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -65,7 +65,7 @@ namespace DevConsole
|
||||
{
|
||||
case ConsoleKey.A:
|
||||
Console.WriteLine("Connect to database");
|
||||
parser.OpenConnection(@"C:\Users\Dunestorm\Projects\FireLance\FireLance\games.db");
|
||||
parser.OpenConnection(@"C:\Users\Dunestorm\Projects\FireLance\GSMParser\games.db");
|
||||
break;
|
||||
case ConsoleKey.B:
|
||||
parser.CloseCurrentConnection();
|
||||
|
||||
Reference in New Issue
Block a user