C# Class EvolveApp.ChangeLEDColorPage

Inheritance: Xamarin.Forms.ContentPage
显示文件 Open project: xamarin/mini-hacks

Public Methods

Method Description
ChangeLEDColorPage ( ParticleDevice device, string>.Dictionary variables ) : System

Protected Methods

Method Description
OnAppearing ( ) : void

Method Details

ChangeLEDColorPage() public method

public ChangeLEDColorPage ( ParticleDevice device, string>.Dictionary variables ) : System
device Particle.ParticleDevice
variables string>.Dictionary
return System

OnAppearing() protected method

protected OnAppearing ( ) : void
return void