C# Class MyObjets, code

Mostrar archivo Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
MyObjets ( string Designation, string Description, float Prix, int nbr_objet )

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

MyObjets() public method

public MyObjets ( string Designation, string Description, float Prix, int nbr_objet )
Designation string
Description string
Prix float
nbr_objet int

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void