C# Class iNGen.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
显示文件 Open project: prom3theu5/iNGEN-Ark-RCON-Desktop

Public Properties

Property Type Description
ArkRcon Ark.Rcon
EventManager EventManager
LogManager LogManager
ModelManager ModelManager
Tb Hardcodet.Wpf.TaskbarNotification.TaskbarIcon

Public Methods

Method Description
App ( ) : System
LogErrorMessage ( Exception exception ) : void

Private Methods

Method Description
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
ExitMenuItem_Click ( object sender, RoutedEventArgs e ) : void
GetErrorFile ( ) : string
ShowWindow_Click ( object sender, RoutedEventArgs e ) : void
tb_TrayMouseDoubleClick ( object sender, RoutedEventArgs e ) : void

Method Details

App() public method

public App ( ) : System
return System

LogErrorMessage() public static method

public static LogErrorMessage ( Exception exception ) : void
exception System.Exception
return void

Property Details

ArkRcon public_oe static_oe property

public static Rcon,Ark ArkRcon
return Ark.Rcon

EventManager public_oe static_oe property

public static EventManager EventManager
return EventManager

LogManager public_oe static_oe property

public static LogManager LogManager
return LogManager

ModelManager public_oe static_oe property

public static ModelManager ModelManager
return ModelManager

Tb public_oe static_oe property

public static TaskbarIcon,Hardcodet.Wpf.TaskbarNotification Tb
return Hardcodet.Wpf.TaskbarNotification.TaskbarIcon