C# Class Waf.BookLibrary.Library.Presentation.Views.LendToWindow

LendToWindow
Inheritance: System.Windows.Window, System.Windows.Markup.IComponentConnector
ファイルを表示 Open project: jbe2277/waf

Private Properties

Property Type Description
PersonsListMouseDoubleClick void

Public Methods

Method Description
LendToWindow ( ) : System
ShowDialog ( object owner ) : void

Private Methods

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

Method Details

LendToWindow() public method

public LendToWindow ( ) : System
return System

ShowDialog() public method

public ShowDialog ( object owner ) : void
owner object
return void