Marked as 'AdvertsingProfitControl v 0.8.5' by its folder name. The 'Add Records' form has been finshed to at least include all the information the Advertising Profit Control sheet had.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AdvertsingProfitControl
|
||||
{
|
||||
class DataBaseReader
|
||||
{
|
||||
private string gConnectionString = "";
|
||||
|
||||
public DataBaseReader(string databaseLocation)
|
||||
{
|
||||
//Grab the location of the database.
|
||||
gConnectionString = gDatabaseLocation;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user