Es wird jetzt ein massenstatistik erzeugt
This commit is contained in:
@@ -17,16 +17,29 @@ namespace SanSystem
|
||||
{
|
||||
SchachtAnbindung schacht = null;
|
||||
string mydestination = string.Empty;
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="schacht"></param>
|
||||
public UCSchachtanbindung(SchachtAnbindung schacht)
|
||||
{
|
||||
InitializeComponent();
|
||||
this.schacht = schacht;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sollte nicht verwendet werden
|
||||
/// </summary>
|
||||
public UCSchachtanbindung()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void UCSchachtanbindung_Load(object sender, EventArgs e)
|
||||
{
|
||||
txt_schachtnummer.DataBindings.Add(new Binding("Text", schacht, "Schachtnummer"));
|
||||
cb_erledigt.DataBindings.Add(new Binding("Checked", schacht, "Fertig"));
|
||||
dt_datum.DataBindings.Add(new Binding("Value", schacht, "Datum"));
|
||||
lb_pictures.DataSource = schacht.SavedBilders;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user