Straßenliste code cleanup

radiobuttons hinzugefügt, noch kein Funktion
This commit is contained in:
HuskyTeufel
2021-04-09 11:58:05 +02:00
parent 3fb135459a
commit 88323fcd29
4 changed files with 64 additions and 22 deletions

View File

@@ -218,7 +218,9 @@
<Compile Include="frmSelectNewSan.Designer.cs">
<DependentUpon>frmSelectNewSan.cs</DependentUpon>
</Compile>
<Compile Include="frmStrassenList.cs" />
<Compile Include="frmStrassenList.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmStrassenList.Designer.cs">
<DependentUpon>frmStrassenList.cs</DependentUpon>
</Compile>
@@ -233,6 +235,7 @@
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Sanierungsarten.cs" />
<Compile Include="StrassenContent.cs" />
<Compile Include="UCInliner.cs">
<SubType>UserControl</SubType>
</Compile>