Exemplo n.º 1
0
 private void LoadSettingsMediaInfoControls()
 {
     if (string.IsNullOrEmpty(App.Settings.CustomMediaInfoDllDir))
     {
         App.Settings.CustomMediaInfoDllDir = Application.StartupPath;
     }
     Kernel32Helper.SetDllDirectory(App.Settings.CustomMediaInfoDllDir);
 }