Marked as 'AdvertsingProfitControl' but located in a 'projects' folder. Added a new 'Add Record' form with a completely neww interface. This is the start of the final look of the the form that'd allow the user to add, update and remove records.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data.OleDb;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
@@ -10,8 +9,5 @@ namespace AdvertsingProfitControl
|
||||
internal class ApcDatabaseWriter
|
||||
{
|
||||
private readonly FrmLogConsole _logConsole = FrmLogConsole.GetStaticInstance;
|
||||
private OleDbConnection oleDbConnection;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user