DIAdemConnectivity.cs 224 B

12345678
  1. namespace TDMS.Externals
  2. {
  3. internal abstract class DIAdemConnectivity
  4. {
  5. public const string DLLDirectory = "runtimes\\win-x64\\";
  6. protected const string DLL = DLLDirectory + "nilibddc.dll";
  7. }
  8. }