mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
New Globalisation Changes
This commit is contained in:
parent
034d7401d1
commit
d4859e0722
10 changed files with 23 additions and 103 deletions
|
|
@ -1,5 +1,4 @@
|
|||
using ServerManagerTool.Plugin.Common.Delegates;
|
||||
using ServerManagerTool.Plugin.Common.Events;
|
||||
using ServerManagerTool.Plugin.Common.Lib;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
|
@ -26,8 +25,6 @@ namespace ServerManagerTool.Plugin.Common
|
|||
private FetchProfilesDelegate _fetchProfilesCallback;
|
||||
private bool _disposed;
|
||||
|
||||
public EventHandler<ResourceDictionaryChangedEventArgs> ResourceDictionaryChanged;
|
||||
|
||||
private PluginHelper()
|
||||
{
|
||||
BetaEnabled = false;
|
||||
|
|
@ -250,7 +247,6 @@ namespace ServerManagerTool.Plugin.Common
|
|||
public void OnResourceDictionaryChanged(string languageCode)
|
||||
{
|
||||
LanguageCode = languageCode;
|
||||
ResourceDictionaryChanged?.Invoke(this, new ResourceDictionaryChangedEventArgs(languageCode));
|
||||
}
|
||||
|
||||
internal void OpenConfigForm(string pluginCode, Window owner)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue