Esempio n. 1
0
        public App()
        {
            DetectorService.AddDetectors(Assembly.GetEntryAssembly(), FormatCategories.Archive);
            DetectorService.AddDetectors(Assembly.GetEntryAssembly(), FormatCategories.Image);
            NativeBridge.Degra_Initialize();

            RenderOptions.ProcessRenderMode = System.Windows.Interop.RenderMode.SoftwareOnly;
        }
Esempio n. 2
0
 static AddExtensionAutomatedProcessor()
 {
     DetectorService.AddDetectors(Assembly.GetAssembly(typeof(Daramkun.DaramRenamer.IProcessor)));
 }
		public AddExtensionAutoCommand()
		{
			DetectorService.AddDetectors(Assembly.Load(new AssemblyName("DaramRenamer.Commands")));
		}
 static AddExtensionAutomatedProcessor()
 {
     DetectorService.AddDetectors();
 }