C# Class iNGen.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Show file 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 static property

public static Rcon,Ark ArkRcon
return Ark.Rcon

EventManager public static property

public static EventManager EventManager
return EventManager

LogManager public static property

public static LogManager LogManager
return LogManager

ModelManager public static property

public static ModelManager ModelManager
return ModelManager

Tb public static property

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