static LibQHYCCD() { DllLoader.LoadDll(Path.Combine("QHYCCD", DLLNAME)); N_InitQHYCCDResource(); }
static AtikCameraDll() { DllLoader.LoadDll(Path.Combine("Atik", DLLNAME)); }
static ASICameraDll() { DllLoader.LoadDll(Path.Combine("ASI", DLLNAME)); }
static LibFLI() { DllLoader.LoadDll(Path.Combine("FLI", DLLNAME)); }
static DatabaseInteraction() { DllLoader.LoadDll(Path.Combine("SQLite", "SQLite.Interop.dll")); }
public FreeImageConverter() { DllLoader.LoadDll(Path.Combine("FreeImage", "FreeImage.dll")); }
public FTD2XX(string ftdiDllPath) { DllLoader.LoadDll(ftdiDllPath); }
static EDSDKLocal() { DllLoader.LoadDll(Path.Combine("Canon", "EDSDK.dll")); }
static USBD() { DllLoader.LoadDll(Path.Combine("AllPro", "spikausbd.dll")); }