Property | Type | Description | |
---|---|---|---|
_notificationProvider | IProvideNotifications | ||
_screen | Microsoft.SPOT.Bitmap | ||
drawing | Drawing.Drawing | ||
smallFont | Microsoft.SPOT.Font |
Method | Description | |
---|---|---|
FaceWithTrayBase ( IProvideNotifications notificationProvider, ISettings settings ) : System | ||
Render ( Microsoft.SPOT.Bitmap screen ) : void |
Method | Description | |
---|---|---|
notificationProvider_OnNotificationReceived ( INotification notification ) : void |
public FaceWithTrayBase ( IProvideNotifications notificationProvider, ISettings settings ) : System | ||
notificationProvider | IProvideNotifications | |
settings | ISettings | |
return | System |
public abstract Render ( Microsoft.SPOT.Bitmap screen ) : void | ||
screen | Microsoft.SPOT.Bitmap | |
return | void |
protected IProvideNotifications _notificationProvider | ||
return | IProvideNotifications |