Ressource entfernt

This commit is contained in:
Christopher Meinhold 2024-12-20 09:07:28 +01:00
parent a79cd52192
commit b1ca6d342a
4 changed files with 7 additions and 8 deletions

View File

@ -51,9 +51,9 @@ namespace RHS_Sachsen
using (MySqlCommand command = new MySqlCommand(query, connection))
{
// Parameterwerte setzen
command.Parameters.AddWithValue("@Verfasser", verfasser);
command.Parameters.AddWithValue("@Alarmierung", alarmierung);
command.Parameters.AddWithValue("@Anforderung", anforderung);
//command.Parameters.AddWithValue("@Verfasser", verfasser);
//command.Parameters.AddWithValue("@Alarmierung", alarmierung);
//command.Parameters.AddWithValue("@Anforderung", anforderung);
command.Parameters.AddWithValue("@Datum", datum);
command.Parameters.AddWithValue("@Einsatzort", einsatzort);
command.Parameters.AddWithValue("@Groesse_Suchgebiet", groesseSuchgebiet);

View File

@ -117,9 +117,4 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="Verbund_Alarm" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\Verbund_Alarm_2023_08_1seitig.pdf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<comment>Verbund_Alarm</comment>
</data>
</root>

View File

@ -28,4 +28,8 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
</ItemGroup>
</Project>