C# Class GW2PAO.Modules.Events.Views.EventNotification.EventNotificationWindow

Interaction logic for EventNotificationWindow.xaml
Inheritance: GW2PAO.Views.OverlayWindow
显示文件 Open project: SamHurne/gw2pao Class Usage Examples

Private Properties

Property Type Description
LoadWindowLocation void
Window_MouseLeftButtonDown void

Public Methods

Method Description
EventNotificationWindow ( ) : System

Default constructor

Private Methods

Method Description
LoadWindowLocation ( ) : void
Window_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

EventNotificationWindow() public method

Default constructor
public EventNotificationWindow ( ) : System
return System