Exemplo n.º 1
0
 /// <summary>
 /// This is the constructor for the class CTR_Automat.
 /// </summary>
 public CTR_Automat()
 {
     this.db_automat       = DB_Automat.GetInstance();
     this.v_automat        = V_Automat.GetInstance();
     this.v_kunde          = V_Kunde.GetInstance();
     this.v_automat_data   = V_AutomatData.GetInstance();
     this.ctr_automat_data = new CTR_AutomatData();
 }
Exemplo n.º 2
0
 /// <summary>
 /// This is the constructor for the class V_Automat.
 /// </summary>
 private V_Automat()
 {
     this.db_automat = DB_Automat.GetInstance();
 }