C# Class StoryTellerUI.DialogWindow

Inheritance: System.Windows.Window
Exibir arquivo Open project: adymitruk/storyteller

Public Methods

Method Description
DialogWindow ( FrameworkElement content, Window owner ) : System
DialogWindow ( FrameworkElement content, Window owner, Point position ) : System

Private Methods

Method Description
DialogWindow ( ) : System
calculateStartup ( FrameworkElement content, Window owner ) : Point

Method Details

DialogWindow() public method

public DialogWindow ( FrameworkElement content, Window owner ) : System
content System.Windows.FrameworkElement
owner System.Windows.Window
return System

DialogWindow() public method

public DialogWindow ( FrameworkElement content, Window owner, Point position ) : System
content System.Windows.FrameworkElement
owner System.Windows.Window
position Point
return System