dateinamen umgenannt
This commit is contained in:
@@ -15,14 +15,14 @@ namespace SanSystem
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public partial class FrmSelectMassenDate : Form
|
||||
public partial class frmSelectMassenDate : Form
|
||||
{
|
||||
|
||||
List<Inspektionsobjekt> inspektionsobjekts = null;
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public FrmSelectMassenDate(List<Inspektionsobjekt> objekte = null)
|
||||
public frmSelectMassenDate(List<Inspektionsobjekt> objekte = null)
|
||||
{
|
||||
InitializeComponent();
|
||||
if (objekte != null)
|
||||
|
||||
Reference in New Issue
Block a user