Helpers
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
you can pass Delegates together with suitable arguments to the methods RunAsync(),
NotifyGui() or ReportProgress(), and the Delegate will be executed either in a
side-thread or in the Gui-thread
executes the Delegate in the Gui-thread, if the last progress-report is more
than ago, and the process isn't canceled
executes the Delegate in the Gui-thread, if the process isn't canceled
executes the Delegate in a thread of the threadpool
executes the Delegate in a thread of the threadpool
executes the Delegate in the Gui-thread
this Exception is not meant to be handled. Only for logging and debugging-purposes