Skip to content

Commit

Permalink
Merge pull request #67 from ApitechFR/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
LouisCorbet committed May 27, 2024
2 parents e28defa + cf22088 commit 0cac057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScadaAdmin/OpenExtensions/ExtImport/Forms/FrmImportFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ private void refreshFormAccesses()

Dictionary<string, ElemType> getElemTypeDictionary()
{
return isPL7 ? ConfigDictionaries.ElemTypeDictionary : ConfigDictionaries.PL7ElemTypeDictionary;
return isPL7 ? ConfigDictionaries.PL7ElemTypeDictionary : ConfigDictionaries.ElemTypeDictionary;
}

/// <summary>
Expand Down

0 comments on commit 0cac057

Please sign in to comment.