C# Класс NMPRK_GUI.MainWindow

Interaction logic for MainWindow.xaml
Наследование: System.Windows.Window
Показать файл Открыть проект

Открытые методы

Метод Описание
MainWindow ( ) : System

Приватные методы

Метод Описание
AddConnectionInfoItem ( string name, string value ) : void
AddFunctionToExecute ( Function f ) : void
ConnectThread ( object data ) : void
ConnectThreadComplete ( bool success ) : void
DisconnectThread ( ) : void
DisconnectThreadComplete ( ) : void
DisplayNmprkError ( string function, int status, string explanation = "" ) : void
ExecuteFunctionThread ( ) : void
FunctionInvokeComplete ( Function f ) : void
MainWindow_Loaded ( object sender, RoutedEventArgs e ) : void
PasswordBox_SelectAllText ( object sender, RoutedEventArgs e ) : void
PasswordBox_SelectivelyIgnoreMouseButton ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
SaveSettings ( ) : void
StatusTimerEvent ( object aState ) : void
TextBox_SelectAllText ( object sender, RoutedEventArgs e ) : void
TextBox_SelectivelyIgnoreMouseButton ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Handles PreviewMouseDown Event. Selects all on Triple click. If SelectAllOnEnter is true, when the textbox is clicked and doesn't already have keyboard focus, selects all

UpdateConnectionStatus ( string status ) : void
UpdateFunctionsList ( ) : void
UpdateTimeDate ( ) : void
Window_Closing ( object sender, System e ) : void
btnConnect_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
btnConnect_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
btnInvoke_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
btnInvoke_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
cbSelectFunction_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
miAbout_Click ( object sender, RoutedEventArgs e ) : void
miApiHelp_Click ( object sender, RoutedEventArgs e ) : void
miDebugSaveLog_Click ( object sender, RoutedEventArgs e ) : void
miDebugViewLog_Click ( object sender, RoutedEventArgs e ) : void
miExit_Click ( object sender, RoutedEventArgs e ) : void
miGuiHelp_Click ( object sender, RoutedEventArgs e ) : void
miIpmiSpec_Click ( object sender, RoutedEventArgs e ) : void
miNodeManagerSpec_Click ( object sender, RoutedEventArgs e ) : void
tbValue_Error ( object sender, System.Windows.Controls.ValidationErrorEventArgs e ) : void
tbValue_Initialized ( object sender, EventArgs e ) : void

Описание методов

MainWindow() публичный Метод

public MainWindow ( ) : System
Результат System