Es gibt jetzt hutprofil und kurzliner

This commit is contained in:
Husky
2018-07-21 15:31:10 +02:00
parent acec9fee09
commit 6d5f049650
20 changed files with 727 additions and 26 deletions

View File

@@ -0,0 +1,23 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace KlassenBIB
{
/// <summary>
///
/// </summary>
public struct StructChargeNummern
{
/// <summary>
/// Bezeichnung des Harzes oder Material
/// </summary>
public string Bezeichnung;
/// <summary>
/// ChargeNummer vom Material
/// </summary>
public string ChargeNummer;
}
}