Example #1
0
 public Associate(string _ime, EnterpriseType _type, string _adresa, string _grad, List <Product> _proizvodi)
 {
     this._ime       = _ime;
     this._type      = _type;
     this._adresa    = _adresa;
     this._grad      = _grad;
     this._proizvodi = _proizvodi;
 }
Example #2
0
 public Associate(string _ime, EnterpriseType _type, string _adresa, string _grad, List <Product> _proizvodi, WriteableBitmap _slicica)
 {
     this._ime       = _ime;
     this._type      = _type;
     this._adresa    = _adresa;
     this._grad      = _grad;
     this._proizvodi = _proizvodi;
     this._slicica   = _slicica;
 }