Updated the table class files to allow a nullable ad special ID and changed the enum in the new modify record form to a boolean. Added a form to manage ad special keywords, still needs to handle removing them properly.
This commit is contained in:
@@ -128,6 +128,12 @@
|
||||
<Compile Include="DebugDatabaseConverter.Designer.cs">
|
||||
<DependentUpon>DebugDatabaseConverter.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FrmRegisterAdSpecial.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FrmRegisterAdSpecial.Designer.cs">
|
||||
<DependentUpon>FrmRegisterAdSpecial.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Holiday.cs" />
|
||||
<Compile Include="Inventory.cs" />
|
||||
<Compile Include="Invoice.cs" />
|
||||
@@ -182,6 +188,9 @@
|
||||
<EmbeddedResource Include="FrmLogConsole.resx">
|
||||
<DependentUpon>FrmLogConsole.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FrmRegisterAdSpecial.resx">
|
||||
<DependentUpon>FrmRegisterAdSpecial.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="NewModifyRecord.resx">
|
||||
<DependentUpon>NewModifyRecord.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
||||
Reference in New Issue
Block a user