Ejemplo n.º 1
0
 public IVLConfig()
 {
     UserSettings             = new UserSettings();
     AnnotationColorSelection = new AnnotationColorSelection();
     FirmwareSettings         = new FirmwareSettings();
     PostProcessingSettings   = new PostProcessingSettings();
     CameraSettings           = new CameraSettings();
     PrinterSettings          = new PrinterSettings();
     ImageStorageSettings     = new ImageStorageSettings();
     UISettings = new UISettings();
 }
Ejemplo n.º 2
0
 public Settings()
 {
     UserSettings             = new UserSettings();
     AnnotationColorSelection = new AnnotationColorSelection();
     FirmwareSettings         = new FirmwareSettings();
     PostProcessingSettings   = new PostProcessingSettings();
     CameraSettings           = new CameraSettings();
     PrinterSettings          = new PrinterSettings();
     ImageStorageSettings     = new ImageStorageSettings();
     UISettings          = new UISettings();
     ImageNameSettings   = new ImageNameSettings();
     EmailSettings       = new EmailSettings();
     ReportSettings      = new ReportSettings();
     PrinterPPSettings   = new PrinterPPSettings();
     MotorOffSetSettings = new AdvanceSettings.MotorOffSetSettings();
 }