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:
@@ -47,6 +47,7 @@ namespace AdvertsingProfitControl
|
||||
|
||||
if (rowsEffected == 1)
|
||||
{
|
||||
RowParsing._adSpecialGroups.Add(enterNewKeyWordTextBox.Text);
|
||||
var groupNameCollection = databaseReader.ReturnGroupNameList(databaseTracker.DatabaseConnectionString);
|
||||
adSpecialKeyWordsListBox.Items.Clear();
|
||||
foreach (var groupName in groupNameCollection)
|
||||
|
||||
Reference in New Issue
Block a user