Marked as 'AdvertsingProfitControl 0.9.5.2' by its folder. I believe this version is where most of the main interface for the user was complete and I was toying with the idea of allowing the user to change the shrink on the main form.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace AdvertsingProfitControl
|
||||
|
||||
if (rowsEffected == 1)
|
||||
{
|
||||
RowParsing._adSpecialGroups.Add(enterNewKeyWordTextBox.Text);
|
||||
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