Ejemplo n.º 1
0
 public void InitUI()
 {
     MetadataToolItem.Enabled = (LSSettings.UsedProgram != ProjectType.CameraRaw) ? false : true;
     if (TableSource != null)
     {
         TableSource = new TableDataSource();
     }
     InitTable();
 }
Ejemplo n.º 2
0
 public void InitUI()
 {
     MetadataToolItem.Enabled = (LSSettings.UsedProgram != ProjectType.CameraRaw) ? false : true;
     if(TableSource != null) TableSource = new TableDataSource();
     InitTable();
 }