C# Class GatewayDebugWindow.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
显示文件 Open project: ISISComputingGroup/EPICS-epicssharp

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
ChannelMonitorChanged ( EpicsChannel sender, string newValue ) : void
ChkFullLogsChecked ( object sender, RoutedEventArgs e ) : void
ContextConnectionState ( DebugContext ctx, System state ) : void
ContextDebugLevel ( DebugContext ctx, bool fullLogs ) : void
ContextDebugLog ( string source, System eventType, int chainId, string message ) : void
ContextDropClient ( DebugContext ctx, string host ) : void
ContextNewClientChannel ( DebugContext ctx, string client, string channel ) : void
ContextNewName ( DebugContext ctx, string name ) : void
ContextRefreshAllClients ( DebugContext ctx ) : void
CtxDropIoc ( DebugContext ctx, string ioc ) : void
CtxNewIocChannel ( DebugContext ctx, string ioc, string channel ) : void
CtxRefreshAllIocs ( DebugContext ctx ) : void
LstClientsSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
LstIocsSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
Start ( ) : void
WindowLoaded ( object sender, RoutedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System