Marked as 'AdvertsingProfitControl v 0.9.5' by its folder name. Renamed some database class files, and added a new form to modify existing records.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data.OleDb;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AdvertsingProfitControl
|
||||
{
|
||||
internal class ApcDatabaseWriter
|
||||
{
|
||||
private readonly FrmLogConsole _logConsole = FrmLogConsole.GetStaticInstance;
|
||||
private OleDbConnection oleDbConnection;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user