Свойство | Тип | Описание | |
---|---|---|---|
_notificationProvider | IProvideNotifications | ||
_screen | Microsoft.SPOT.Bitmap | ||
drawing | Drawing.Drawing | ||
smallFont | Microsoft.SPOT.Font |
Метод | Описание | |
---|---|---|
FaceWithTrayBase ( IProvideNotifications notificationProvider, ISettings settings ) : System | ||
Render ( Microsoft.SPOT.Bitmap screen ) : void |
Метод | Описание | |
---|---|---|
notificationProvider_OnNotificationReceived ( INotification notification ) : void |
public FaceWithTrayBase ( IProvideNotifications notificationProvider, ISettings settings ) : System | ||
notificationProvider | IProvideNotifications | |
settings | ISettings | |
Результат | System |
public abstract Render ( Microsoft.SPOT.Bitmap screen ) : void | ||
screen | Microsoft.SPOT.Bitmap | |
Результат | void |
protected IProvideNotifications _notificationProvider | ||
Результат | IProvideNotifications |