Infobox hinzugefügt

This commit is contained in:
HuskyTeufel
2021-05-17 11:18:31 +02:00
parent 20e22e196b
commit 4d05130bbb
5 changed files with 228 additions and 6 deletions

View File

@@ -240,6 +240,12 @@
<Compile Include="frmMain.Designer.cs">
<DependentUpon>frmMain.cs</DependentUpon>
</Compile>
<Compile Include="frmInfo.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmInfo.Designer.cs">
<DependentUpon>frmInfo.cs</DependentUpon>
</Compile>
<Compile Include="Global.cs" />
<Compile Include="MassenStatistik.cs" />
<Compile Include="Program.cs" />
@@ -329,6 +335,9 @@
<EmbeddedResource Include="frmMain.resx">
<DependentUpon>frmMain.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmInfo.resx">
<DependentUpon>frmInfo.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>