Ejemplo n.º 1
0
 /// <summary>
 /// Erzeugt eine neue Instanz der <seealso cref="RecentCustomerListView"/> Klasse.
 /// </summary>
 public RecentProductsView(CpmMainView parent, List <Product> artikelListe)
 {
     InitializeComponent();
     this.myParent      = parent;
     this.myProductList = artikelListe;
     this.InitializeData();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Erzeugt eine neue Instanz der <seealso cref="RecentCustomerListView"/> Klasse.
 /// </summary>
 public RecentCustomerListView(CpmMainView parent, List <Kunde> kundenListe)
 {
     InitializeComponent();
     this.myParent      = parent;
     this.myKundenliste = kundenListe;
     this.InitializeData();
 }