Logo
Explore Help
Register Sign In
Nemcio/ChanSort
1
0
Fork 0
You've already forked ChanSort
mirror of https://github.com/PredatH0r/ChanSort.git synced 2026-01-17 12:52:05 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
5e56653b79d760c196ab73badc7dfba7b04df3de
ChanSort/source/ChanSort.Api/View/View.cs

21 lines
385 B
C#
Raw Normal View History

- update to DX 17.1.7 - added a "DllName" property to all loaders (set automatically in the main app) for improved error output - added a "View" class that lets loaders show a dialog prompt without adding direct references to DX assemblies - Samsung SCM loader now prompts for TV series if it can't be auto-detected uniquely - added fixes for Samsung .zip format from https://github.com/ohuseyinoglu/ChanSort/commit/288adf7bd29bcf72be62164371d38bd39978b9f2 - added popup to open download page for VC2010 x86 redist if not installed (needed to open SQLite files) - added hack to work around a problem in the SharpZipLib when Windows returns an invalid code page
2017-10-28 13:20:39 +02:00
using System;
namespace ChanSort.View
{
public interface IActionBoxDialog : IDisposable
{
string Message { get; set; }
void AddAction(string text, int result);
int SelectedAction { get; }
void ShowDialog();
}
public class View
{
public static View Default { get; set; }
public Func<string, IActionBoxDialog> CreateActionBox { get; set; }
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 28ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API