SYMBOL INDEX (392 symbols across 80 files) FILE: NectarRCON.Adapter.Minecraft/MinecraftRconClient.cs class MinecraftRconClient (line 8) | [Description("rcon.minecraft")] method Disconnect (line 23) | public void Disconnect() method Dispose (line 36) | public override void Dispose() method Read (line 43) | public override byte[] Read(StreamReader reader) method Run (line 51) | public string Run(string command) method GetEncoding (line 65) | public Encoding GetEncoding() method SetEncoding (line 68) | public void SetEncoding(Encoding encoding) method Connect (line 73) | public bool Connect(string address, int port) method Authenticate (line 87) | public bool Authenticate(string password) method Send (line 101) | private Packet Send(Packet packet) FILE: NectarRCON.Adapter.Minecraft/Packet.cs class Packet (line 4) | public class Packet method Packet (line 11) | public Packet(int length, int id, PacketType type, string body) method Packet (line 19) | public Packet(PacketType type, string body) method SetId (line 25) | public void SetId(int id) method Encode (line 30) | public byte[] Encode(Encoding? encoding = null) FILE: NectarRCON.Adapter.Minecraft/PacketEncoder.cs type PacketType (line 5) | public enum PacketType : int class PacketEncoder (line 13) | public abstract class PacketEncoder method Encode (line 17) | public static byte[] Encode(Packet msg, Encoding? encoding = null) method Decode (line 30) | public static Packet Decode(byte[] bytes, Encoding? encoding = null) FILE: NectarRCON.Core/Helper/AdapterHelpers.cs class AdapterHelpers (line 5) | public static class AdapterHelpers method CreateAdapterInstance (line 7) | public static IRconAdapter? CreateAdapterInstance(string adapter) FILE: NectarRCON.Core/Helper/DNSHelpers.cs class DNSHelpers (line 5) | public class DNSHelpers method AQuery (line 7) | public static string AQuery(string host) method SRVQuery (line 19) | public static string SRVQuery(string host) FILE: NectarRCON.Core/Helper/Win32Helper.cs class Win32Helper (line 2) | public static class Win32Helper method GetWindowsTheme (line 4) | public static bool GetWindowsTheme() FILE: NectarRCON.Export/Client/BaseTcpClient.cs class BaseTcpClient (line 9) | public abstract class BaseTcpClient : IRconClient method Dispose (line 19) | public virtual void Dispose() method Send (line 24) | public byte[] Send(byte[] bytes) method Read (line 35) | public abstract byte[] Read(StreamReader reader); method Start (line 37) | public void Start(string address, int port) method Stop (line 57) | public void Stop() FILE: NectarRCON.Export/Interfaces/IRconAdapter.cs type IRconAdapter (line 7) | public interface IRconAdapter : IDisposable method Connect (line 17) | bool Connect(string address, int port); method Authenticate (line 23) | bool Authenticate(string password); method Disconnect (line 28) | void Disconnect(); method Run (line 34) | string Run(string command); method GetEncoding (line 36) | Encoding GetEncoding(); method SetEncoding (line 37) | void SetEncoding(Encoding encoding); FILE: NectarRCON.Export/Interfaces/IRconClient.cs type IRconClient (line 5) | public interface IRconClient : IDisposable method Start (line 18) | void Start(string address, int port); method Stop (line 22) | void Stop(); method Send (line 28) | byte[] Send(byte[] bytes); FILE: NectarRCON.Tests/Adapter/MinecraftRconTest.cs class MinecraftRconTest (line 6) | [TestClass] method connectAndAuthenticate (line 16) | private void connectAndAuthenticate() method Connect (line 26) | public void Connect() method Authenticate (line 33) | public void Authenticate() method Run (line 40) | public void Run() FILE: NectarRCON.Tests/DNSHelperTests.cs class DNSHelperTests (line 4) | [TestClass] method ATest (line 10) | [TestMethod] method SRVTest (line 21) | [TestMethod] FILE: NectarRCON.Tests/GroupServiceTests.cs class GroupServiceTests (line 8) | [TestClass] class MyLanguageService (line 11) | private class MyLanguageService : ILanguageService method GetKey (line 13) | public string GetKey(string key) method GetLanguages (line 18) | public Dictionary GetLanguages() method GetSelectedLanguage (line 23) | public ResourceDictionary GetSelectedLanguage() method Refresh (line 28) | public void Refresh() method SelectLanguage (line 33) | public void SelectLanguage() method SelectLanguage (line 38) | public void SelectLanguage(string languageName, bool name) method Dump (line 45) | [TestMethod] method TestAll (line 51) | [TestMethod] FILE: NectarRCON.Tests/MessageBoxServiceTests.cs class MessageBoxServiceTests (line 7) | [TestClass] class MyLanguageService (line 10) | private class MyLanguageService : ILanguageService method GetKey (line 12) | public string GetKey(string key) method GetLanguages (line 17) | public Dictionary GetLanguages() method GetSelectedLanguage (line 22) | public ResourceDictionary GetSelectedLanguage() method Refresh (line 27) | public void Refresh() method SelectLanguage (line 32) | public void SelectLanguage() method SelectLanguage (line 37) | public void SelectLanguage(string languageName, bool name) method ExceptionTest (line 44) | [TestMethod] FILE: NectarRCON.Tests/UpdaterTests.cs class UpdaterTests (line 10) | [TestClass] method Github (line 13) | [TestMethod] method AppVersionTest (line 21) | [TestMethod] FILE: NectarRCON.Updater/AppVersion.cs class AppVersion (line 6) | public class AppVersion method ToString (line 19) | public override string ToString() method Equals (line 24) | public override bool Equals(object? obj) method AppVersion (line 49) | private AppVersion() { } method ParseVersion (line 51) | public static AppVersion ParseVersion(string version) method GetHashCode (line 100) | public override int GetHashCode() FILE: NectarRCON.Updater/GithubUpdater.cs class GithubUpdater (line 11) | public class GithubUpdater : IUpdater method GetLatestVersion (line 24) | private AppVersion? GetLatestVersion(bool enablePre) method IsLatestVersion (line 65) | public bool IsLatestVersion() method Setup (line 71) | public void Setup() method SetVersion (line 76) | public void SetVersion(string version) method SetPreEnable (line 81) | public void SetPreEnable(bool value) method GetLatestVersion (line 86) | public AppVersion GetLatestVersion() FILE: NectarRCON.Updater/IUpdater.cs type IUpdater (line 3) | public interface IUpdater method SetVersion (line 8) | void SetVersion(string version); method IsLatestVersion (line 12) | bool IsLatestVersion(); method GetLatestVersion (line 16) | AppVersion GetLatestVersion(); method Setup (line 20) | void Setup(); method SetPreEnable (line 24) | void SetPreEnable(bool value); FILE: NectarRCON.Updater/Model/Asset.cs class Asset (line 5) | public class Asset FILE: NectarRCON.Updater/Model/Release.cs class Release (line 10) | public class Release FILE: NectarRCON/App.xaml.cs class App (line 24) | public partial class App method GetService (line 77) | public static T GetService() method GetService (line 83) | public static T GetService(Type type) method OnStartup (line 89) | private async void OnStartup(object sender, StartupEventArgs e) method CurrentDomain_UnhandledException (line 102) | private static void CurrentDomain_UnhandledException(object sender, Un... method OnExit (line 114) | private async void OnExit(object sender, ExitEventArgs e) FILE: NectarRCON/Converters/BoolToVisibilityConverter.cs class BoolToVisibilityConverter (line 8) | public class BoolToVisibilityConverter : IValueConverter method Convert (line 10) | public object? Convert(object value, Type targetType, object parameter... method ConvertBack (line 19) | public object ConvertBack(object value, Type targetType, object parame... FILE: NectarRCON/Converters/IntToVisibilityConverter.cs class IntToVisibilityConverter (line 8) | public class IntToVisibilityConverter : IValueConverter method Convert (line 10) | public object? Convert(object value, Type targetType, object parameter... method ConvertBack (line 29) | public object ConvertBack(object value, Type targetType, object parame... FILE: NectarRCON/Dp/DpFile.cs class DpFile (line 11) | public abstract class DpFile method Save (line 31) | public void Save() method Load (line 46) | private static T? Load(string name, string? basePath = null) method LoadSingleton (line 60) | public static T LoadSingleton() FILE: NectarRCON/Dp/RconSettingsDp.cs type RconEncoding (line 6) | public enum RconEncoding class RconEncodingExtensions (line 19) | public static class RconEncodingExtensions method GetEncoding (line 21) | public static Encoding GetEncoding(this RconEncoding encoding) class RconSettingsDp (line 37) | public class RconSettingsDp : DpFile FILE: NectarRCON/Entity/ClearLogValueMessage.cs class ClearLogValueMessage (line 2) | public partial class ClearLogValueMessage FILE: NectarRCON/Entity/Config.cs class Config (line 4) | public partial class Config FILE: NectarRCON/Entity/ETheme.cs type ETheme (line 2) | public enum ETheme : short FILE: NectarRCON/Entity/Group.cs class Group (line 6) | public class Group FILE: NectarRCON/Entity/MainPageLoadValueMessage.cs class MainPageLoadValueMessage (line 2) | public partial class MainPageLoadValueMessage FILE: NectarRCON/Entity/ServerInformation.cs class ServerInformation (line 3) | public class ServerInformation FILE: NectarRCON/Entity/ServerPassword.cs class ServerPassword (line 4) | public class ServerPassword FILE: NectarRCON/Interfaces/IConfigService.cs type IConfigService (line 4) | public interface IConfigService method Save (line 6) | void Save(); method GetConfig (line 7) | Config GetConfig(); FILE: NectarRCON/Interfaces/IConnectingDialogService.cs type IConnectingDialogService (line 4) | public interface IConnectingDialogService method SetDialog (line 6) | void SetDialog(Grid grid); method Show (line 7) | void Show(); method Close (line 8) | void Close(); FILE: NectarRCON/Interfaces/IGroupService.cs type IGroupService (line 6) | public interface IGroupService method GetGroups (line 11) | IReadOnlyList GetGroups(); method FindGroup (line 17) | Group? FindGroup(string name); method GetGroup (line 23) | Group? GetGroup(string groupId); method Delete (line 29) | void Delete(string groupId); method Add (line 34) | string Add(Group group); FILE: NectarRCON/Interfaces/IHistoryService.cs class HistoryNode (line 3) | public class HistoryNode type IHistoryService (line 12) | public interface IHistoryService method Prev (line 19) | HistoryNode? Prev(HistoryNode? current); method Next (line 26) | HistoryNode? Next(HistoryNode? current); method InputCmd (line 32) | HistoryNode? InputCmd(string cmd); FILE: NectarRCON/Interfaces/ILanguageService.cs type ILanguageService (line 5) | public interface ILanguageService method Refresh (line 7) | public void Refresh(); method GetSelectedLanguage (line 8) | public ResourceDictionary GetSelectedLanguage(); method GetLanguages (line 9) | public Dictionary GetLanguages(); method SelectLanguage (line 10) | public void SelectLanguage(); method SelectLanguage (line 11) | public void SelectLanguage(string languageName, bool name); method GetKey (line 12) | public string GetKey(string key); FILE: NectarRCON/Interfaces/ILogService.cs type ILogService (line 4) | public interface ILogService method GetText (line 6) | string GetText(); method Log (line 7) | string Log(string message); method Clear (line 8) | void Clear(); method SetServer (line 9) | void SetServer(ServerInformation server); method SetGroup (line 11) | void SetGroup(string groupId); FILE: NectarRCON/Interfaces/IMessageBoxService.cs type IMessageBoxService (line 6) | public interface IMessageBoxService method Show (line 8) | void Show(string message); method Show (line 9) | void Show(string message, string title); method Show (line 10) | MessageBoxResult Show(string message, string title, MessageBoxButton b... method Show (line 11) | void Show(string message, string title, MessageBoxImage image); method Show (line 12) | MessageBoxResult Show(string message, string title, MessageBoxButton b... method Show (line 13) | void Show(Exception exception, string? information); FILE: NectarRCON/Interfaces/IRconConnectionInfoService.cs type IRconConnectionInfoService (line 5) | public interface IRconConnectionInfoService method Clear (line 10) | void Clear(); method AddInformation (line 15) | void AddInformation(string serverName); method GetLastInformation (line 20) | ServerInformation? GetLastInformation(); method GetInformation (line 25) | IReadOnlyList GetInformation(); FILE: NectarRCON/Interfaces/IServerInformationService.cs type IServerInformationService (line 5) | public interface IServerInformationService method GetServer (line 7) | ServerInformation? GetServer(string name); method GetServers (line 8) | List GetServers(); method AddServer (line 9) | void AddServer(ServerInformation server); method Save (line 10) | void Save(); method RemoveServer (line 11) | void RemoveServer(string name); method Update (line 12) | void Update(string name, ServerInformation newInfo); method ServerIsExist (line 13) | bool ServerIsExist(string name); FILE: NectarRCON/Interfaces/IServerPasswordService.cs type IServerPasswordService (line 4) | public interface IServerPasswordService method Save (line 6) | void Save(); method IsExist (line 7) | bool IsExist(ServerInformation server); method Set (line 8) | void Set(ServerInformation server, string? password, bool? isEmpty); method Remove (line 9) | void Remove(ServerInformation server); method Get (line 10) | ServerPassword? Get(ServerInformation server); method GetSelect (line 11) | ServerInformation GetSelect(); method Select (line 12) | void Select(ServerInformation server); FILE: NectarRCON/Models/GroupModel.cs class GroupModel (line 19) | public partial class GroupModel:ObservableObject method GroupModel (line 45) | public GroupModel(string name, GroupPageViewModel baseModel) method Refresh (line 63) | private void Refresh() method ItemRemove (line 77) | [RelayCommand] method ConnectCommandCanExecute (line 85) | private bool ConnectCommandCanExecute() method Connect (line 88) | [RelayCommand(CanExecute = nameof(ConnectCommandCanExecute))] method Add (line 111) | [RelayCommand] method Save (line 129) | private void Save() FILE: NectarRCON/Models/GroupServerItemModel.cs class GroupServerItemModel (line 4) | public partial class GroupServerItemModel : ObservableObject method GroupServerItemModel (line 12) | public GroupServerItemModel(string name, GroupModel baseModel) FILE: NectarRCON/Models/ServerModel.cs class ServerModel (line 16) | public partial class ServerModel : ObservableObject method ServerModel (line 41) | public ServerModel(ServerInformation information, ServersPageViewModel... method EditPass (line 60) | private void EditPass() method EditPassword (line 67) | [RelayCommand] method Edit (line 73) | [RelayCommand] method Delete (line 82) | [RelayCommand] method Connect (line 96) | [RelayCommand] FILE: NectarRCON/Rcon/IRconConnection.cs type IRconConnection (line 6) | public interface IRconConnection method Connect (line 12) | void Connect(); method Send (line 13) | void Send(string command); method Close (line 14) | void Close(); method IsConnected (line 15) | bool IsConnected(); method IsConnecting (line 16) | bool IsConnecting(); FILE: NectarRCON/Rcon/RconMultiConnection.cs class RconMultiConnection (line 21) | internal class RconMultiConnection( method Close (line 37) | public void Close() method Connect (line 46) | public void Connect() method IsConnected (line 102) | public bool IsConnected() method IsConnecting (line 105) | public bool IsConnecting() method Send (line 108) | public void Send(string command) method Dispose (line 134) | public void Dispose() FILE: NectarRCON/Rcon/RconSingleConnection.cs class RconSingleConnection (line 15) | public class RconSingleConnection( method Close (line 34) | public void Close() method Connect (line 47) | public void Connect() method IsConnected (line 95) | public bool IsConnected() method IsConnecting (line 97) | public bool IsConnecting() method Send (line 99) | public void Send(string command) FILE: NectarRCON/Services/ApplicationHostService.cs class ApplicationHostService (line 16) | public class ApplicationHostService( method StartAsync (line 27) | public async Task StartAsync(CancellationToken cancellationToken) method StopAsync (line 32) | public async Task StopAsync(CancellationToken cancellationToken) method LoadConfig (line 36) | private void LoadConfig() method HandleActivationAsync (line 63) | private async Task HandleActivationAsync() FILE: NectarRCON/Services/ConfigService.cs class ConfigService (line 9) | public partial class ConfigService : IConfigService method ConfigService (line 13) | public ConfigService(ILanguageService languageService) method GetConfig (line 38) | public Config GetConfig() method Save (line 40) | public void Save() FILE: NectarRCON/Services/ConnectingDialogService.cs class ConnectingDialogService (line 6) | internal class ConnectingDialogService : IConnectingDialogService method Close (line 9) | public void Close() method SetDialog (line 16) | public void SetDialog(Grid grid) method Show (line 21) | public void Show() FILE: NectarRCON/Services/GroupService.cs class GroupService (line 12) | public class GroupService : IGroupService method GroupService (line 20) | public GroupService(IMessageBoxService messageBoxService, ILanguageSer... method Refresh (line 27) | private void Refresh() method RemoveGroupInDict (line 64) | private void RemoveGroupInDict(string groupId) method Add (line 76) | public string Add(Group group) method Delete (line 94) | public void Delete(string groupId) method FindGroup (line 104) | public Group? FindGroup(string name) method GetGroup (line 110) | public Group? GetGroup(string groupId) method GetGroups (line 116) | public IReadOnlyList GetGroups() FILE: NectarRCON/Services/HistoryService.cs class HistoryService (line 9) | public class HistoryService : IHistoryService method HistoryService (line 25) | public HistoryService() method InputCmd (line 46) | public HistoryNode? InputCmd(string cmd) method AppendNode (line 53) | private HistoryNode? AppendNode(string cmd) method Next (line 119) | public HistoryNode? Next(HistoryNode? current) method Prev (line 128) | public HistoryNode? Prev(HistoryNode? current) method Save (line 141) | private void Save() FILE: NectarRCON/Services/LanguageService.cs class LanguageService (line 9) | public class LanguageService : ILanguageService method LanguageService (line 21) | public LanguageService() method GetLanguages (line 33) | public Dictionary GetLanguages() method GetSelectedLanguage (line 35) | public ResourceDictionary GetSelectedLanguage() method Refresh (line 39) | public void Refresh() method SelectLanguage (line 72) | public void SelectLanguage() method SelectLanguage (line 78) | public void SelectLanguage(string languageName, bool name = false) method GetKey (line 111) | public string GetKey(string key) FILE: NectarRCON/Services/LogService.cs class LogService (line 11) | public class LogService : ILogService method LogService (line 14) | public LogService() method Clear (line 19) | public void Clear() method GetText (line 24) | public string GetText() method Log (line 32) | public string Log(string message) method SetServer (line 39) | public void SetServer(ServerInformation server) method SetGroup (line 44) | public void SetGroup(string groupId) method OpenFile (line 49) | private void OpenFile(string fileName) FILE: NectarRCON/Services/MessageBoxService.cs class MessageBoxService (line 6) | public class MessageBoxService : IMessageBoxService method MessageBoxService (line 10) | public MessageBoxService(ILanguageService languageService) method Show (line 15) | public void Show(string message) method Show (line 18) | public void Show(string message, string title) method Show (line 21) | public MessageBoxResult Show(string message, string title, MessageBoxB... method Show (line 24) | public void Show(string message, string title, MessageBoxImage image) method Show (line 27) | public MessageBoxResult Show(string message, string title, MessageBoxB... method Show (line 30) | public void Show(Exception exception, string? information = null) FILE: NectarRCON/Services/RconConnectionInfoService.cs class RconConnectionInfoService (line 12) | public class RconConnectionInfoService : IRconConnectionInfoService method RconConnectionInfoService (line 16) | public RconConnectionInfoService(IServerInformationService serverInfor... method AddInformation (line 21) | public void AddInformation(string serverName) method Clear (line 24) | public void Clear() method GetInformation (line 27) | public IReadOnlyList GetInformation() method GetLastInformation (line 30) | public ServerInformation? GetLastInformation() FILE: NectarRCON/Services/ServerInformationService.cs class ServerInformationService (line 12) | public class ServerInformationService : IServerInformationService method ServerInformationService (line 18) | public ServerInformationService(ILanguageService languageService) method AddServer (line 49) | public void AddServer(ServerInformation server) method GetServer (line 55) | public ServerInformation? GetServer(string name) method GetServers (line 57) | public List GetServers() method RemoveServer (line 61) | public void RemoveServer(string name) method Save (line 67) | public void Save() method ServerIsExist (line 81) | public bool ServerIsExist(string name) method Update (line 83) | public void Update(string name, ServerInformation newInfo) FILE: NectarRCON/Services/ServerPasswordService.cs class ServerPasswordService (line 12) | public class ServerPasswordService : IServerPasswordService method ServerPasswordService (line 17) | public ServerPasswordService(ILanguageService languageService) method Get (line 48) | public ServerPassword? Get(ServerInformation server) method GetSelect (line 57) | public ServerInformation GetSelect() method IsExist (line 62) | public bool IsExist(ServerInformation server) method Remove (line 65) | public void Remove(ServerInformation server) method Save (line 73) | public void Save() method Select (line 88) | public void Select(ServerInformation server) method Set (line 93) | public void Set(ServerInformation server, string? password, bool? isEm... FILE: NectarRCON/ViewModels/AboutPageViewModel.cs class AboutPageViewModel (line 3) | class AboutPageViewModel FILE: NectarRCON/ViewModels/AddGroupPageViewModel.cs class AddGroupPageViewModel (line 9) | public partial class AddGroupPageViewModel:ObservableObject method AddGroupPageViewModel (line 19) | public AddGroupPageViewModel() method CanAdd (line 27) | private bool CanAdd() method Add (line 30) | [RelayCommand(CanExecute = nameof(CanAdd))] method Cancel (line 48) | [RelayCommand] method Load (line 54) | [RelayCommand] FILE: NectarRCON/ViewModels/AddServerWindowViewModel.cs class AddServerWindowViewModel (line 9) | public partial class AddServerWindowViewModel : ObservableObject method AddServerWindowViewModel (line 20) | public AddServerWindowViewModel(IServerInformationService serverInform... method SetWindow (line 25) | public void SetWindow(AddServerWindow window) method Ok (line 29) | [RelayCommand] FILE: NectarRCON/ViewModels/EditPasswordWindowViewModel.cs class EditPasswordWindowViewModel (line 8) | public partial class EditPasswordWindowViewModel : ObservableObject method EditPasswordWindowViewModel (line 18) | public EditPasswordWindowViewModel() method SetWindow (line 34) | public void SetWindow(EditPasswordWindow window) method TextChange (line 38) | [RelayCommand] method SetPassword (line 43) | [RelayCommand] FILE: NectarRCON/ViewModels/EditServerWindowViewModel.cs class EditServerWindowViewModel (line 10) | public partial class EditServerWindowViewModel : ObservableObject method EditServerWindowViewModel (line 22) | public EditServerWindowViewModel() method Load (line 29) | [RelayCommand] method Exit (line 37) | [RelayCommand] method Ok (line 42) | [RelayCommand] FILE: NectarRCON/ViewModels/GroupPageViewModel.cs class GroupPageViewModel (line 10) | public partial class GroupPageViewModel:ObservableObject method GroupPageViewModel (line 19) | public GroupPageViewModel() method Load (line 29) | [RelayCommand] method Refresh (line 35) | private void Refresh() method RemoveGroup (line 44) | [RelayCommand] method NewGroup (line 56) | [RelayCommand] FILE: NectarRCON/ViewModels/JoinGroupWindowViewModel.cs class JoinGroupWindowViewModel (line 8) | public partial class JoinGroupWindowViewModel:ObservableObject method JoinGroupWindowViewModel (line 21) | public JoinGroupWindowViewModel() method OnBlackListChanged (line 38) | partial void OnBlackListChanged(ObservableCollection? value) FILE: NectarRCON/ViewModels/MainPageViewModel.cs class MainPageViewModel (line 23) | public partial class MainPageViewModel : ObservableObject method MainPageViewModel (line 45) | public MainPageViewModel() method OnClear (line 65) | private void OnClear(object sender, ClearLogValueMessage msg) method OnMessage (line 71) | private void OnMessage(ServerInformation info, string msg) method OnClosed (line 81) | private void OnClosed(ServerInformation info) method Load (line 87) | [RelayCommand] method ReConnect (line 98) | [RelayCommand] method ConnectAsync (line 108) | private async Task ConnectAsync() method OnIsDisconnectionChanged (line 181) | partial void OnIsDisconnectionChanged(bool value) method OnConnected (line 186) | private void OnConnected(ServerInformation info) method BackHome (line 193) | [RelayCommand] method Exit (line 201) | [RelayCommand] method Run (line 216) | [RelayCommand] method KeyDown (line 236) | [RelayCommand] FILE: NectarRCON/ViewModels/MainWindowViewModel.cs class MainWindowViewModel (line 19) | public partial class MainWindowViewModel : ObservableObject method MainWindowViewModel (line 27) | public MainWindowViewModel(INavigationService navigationService, ILang... method OnMainPageChange (line 72) | public void OnMainPageChange(object sender, MainPageLoadValueMessage m... method OnLoad (line 76) | [RelayCommand] method ClearButtonClick (line 81) | [RelayCommand] method ChangePage (line 86) | [RelayCommand] method ClearProgramLogs (line 92) | [RelayCommand] FILE: NectarRCON/ViewModels/ServersPageViewModel.cs class ServersPageViewModel (line 11) | public partial class ServersPageViewModel : ObservableObject method ServersPageViewModel (line 21) | public ServersPageViewModel() method Refresh (line 41) | public void Refresh() method AddServer (line 50) | [RelayCommand] method FilterTextChanged (line 58) | [RelayCommand] FILE: NectarRCON/ViewModels/SettingPageViewModel.cs class SettingPageViewModel (line 16) | public partial class SettingPageViewModel : ObservableObject method SettingPageViewModel (line 44) | public SettingPageViewModel() method OnRconAutoReconnectChanged (line 62) | partial void OnRconAutoReconnectChanged(bool value) method OnIsKeepConnectionWindowOpenChanged (line 68) | partial void OnIsKeepConnectionWindowOpenChanged(bool value) method OnSelectedRconEncodingChanged (line 74) | partial void OnSelectedRconEncodingChanged(string value) method PageLoad (line 80) | [RelayCommand] method Exit (line 97) | [RelayCommand] method ThemeSelectionChange (line 102) | [RelayCommand] method LanguageSelectionChange (line 124) | [RelayCommand] FILE: NectarRCON/Views/Pages/AboutPage.xaml.cs class AboutPage (line 6) | public partial class AboutPage method AboutPage (line 8) | public AboutPage() FILE: NectarRCON/Views/Pages/AddGroupPage.xaml.cs class AddGroupPage (line 9) | public partial class AddGroupPage : UiPage method AddGroupPage (line 11) | public AddGroupPage() FILE: NectarRCON/Views/Pages/GroupPage.xaml.cs class GroupPage (line 9) | public partial class GroupPage : UiPage method GroupPage (line 11) | public GroupPage() method ListView_SelectionChanged (line 16) | private void ListView_SelectionChanged(object sender, SelectionChanged... FILE: NectarRCON/Views/Pages/MainPage.xaml.cs class MainPage (line 6) | public partial class MainPage method MainPage (line 8) | public MainPage() FILE: NectarRCON/Views/Pages/ServersPage.xaml.cs class ServersPage (line 6) | public partial class ServersPage method ServersPage (line 8) | public ServersPage() FILE: NectarRCON/Views/Pages/SettingPage.xaml.cs class SettingPage (line 2) | public partial class SettingPage method SettingPage (line 4) | public SettingPage() FILE: NectarRCON/Windows/AddServerWindow.xaml.cs class AddServerWindow (line 9) | public partial class AddServerWindow method AddServerWindow (line 15) | public AddServerWindow(AddServerWindowViewModel viewModel) method CancelButtonClick (line 23) | private void CancelButtonClick(object sender, RoutedEventArgs e) FILE: NectarRCON/Windows/EditPasswordWindow.xaml.cs class EditPasswordWindow (line 9) | public partial class EditPasswordWindow method EditPasswordWindow (line 11) | public EditPasswordWindow() method CancelButtonClick (line 17) | private void CancelButtonClick(object sender, RoutedEventArgs e) FILE: NectarRCON/Windows/EditServerWindow.xaml.cs class EditServerWindow (line 6) | public partial class EditServerWindow method EditServerWindow (line 8) | public EditServerWindow() FILE: NectarRCON/Windows/JoinGroupWindow.xaml.cs class JoinGroupWindow (line 22) | public partial class JoinGroupWindow : UiWindow method JoinGroupWindow (line 25) | public JoinGroupWindow() method CloseButton_Click (line 29) | private void CloseButton_Click(object sender, RoutedEventArgs e) method AddBlackList (line 34) | public void AddBlackList(string value) method ServersListView_SelectionChanged (line 40) | private void ServersListView_SelectionChanged(object sender, Selection... FILE: NectarRCON/Windows/MainWindow.xaml.cs class MainWindow (line 14) | public partial class MainWindow : INavigationWindow, INavigableView