public void GetDeviceInformation() { if (serializer == null) { serializer = new ConfigSerializer(); } serializer.ReadConfig(); NotificationRaise(new DeviceNotificationEventArgs { NotificationType = NOTIFICATION_TYPE.NT_UI_ENABLE_BUTTONS }); }