Ejemplo n.º 1
0
        public void GetDeviceInformation()
        {
            if (serializer == null)
            {
                serializer = new ConfigSerializer();
            }
            serializer.ReadConfig();

            NotificationRaise(new DeviceNotificationEventArgs {
                NotificationType = NOTIFICATION_TYPE.NT_UI_ENABLE_BUTTONS
            });
        }