예제 #1
0
        private void LoadExportSettings()
        {
            ExportSettings = new CloudDataExporterSettings();

            ExportSettings = (Settings.Current.ExportSettings != null ?
                              Settings.Current.ExportSettings :
                              new CloudDataExporterSettings());
        }
예제 #2
0
 private void LoadExportSettings()
 {
     ExportSettings = (Settings.Current.ExportSettings ?? new CloudDataExporterSettings());
 }