C# Class MySql.Data.Entity.Tests.DesktopComputer

Inheritance: Computer
Show file Open project: Top-Cat/SteamBot Class Usage Examples

Private Properties

Property Type Description
OnColorChanged void
OnColorChanging void

Public Methods

Method Description
CreateDesktopComputer ( global brand, global id ) : DesktopComputer

Create a new DesktopComputer object.

Private Methods

Method Description
OnColorChanged ( ) : void
OnColorChanging ( global value ) : void

Method Details

CreateDesktopComputer() public static method

Create a new DesktopComputer object.
public static CreateDesktopComputer ( global brand, global id ) : DesktopComputer
brand global Initial value of the Brand property.
id global Initial value of the Id property.
return DesktopComputer