C# Class StoryTellerUI.DialogWindow

Inheritance: System.Windows.Window
Afficher le fichier Open project: adymitruk/storyteller

Méthodes publiques

Méthode Description
DialogWindow ( FrameworkElement content, Window owner ) : System
DialogWindow ( FrameworkElement content, Window owner, Point position ) : System

Private Methods

Méthode Description
DialogWindow ( ) : System
calculateStartup ( FrameworkElement content, Window owner ) : Point

Method Details

DialogWindow() public méthode

public DialogWindow ( FrameworkElement content, Window owner ) : System
content System.Windows.FrameworkElement
owner System.Windows.Window
Résultat System

DialogWindow() public méthode

public DialogWindow ( FrameworkElement content, Window owner, Point position ) : System
content System.Windows.FrameworkElement
owner System.Windows.Window
position Point
Résultat System