C# Class Harriet.Views.ChatWindow

会話を表示するウィンドウです。
Inheritance: System.Windows.Window
ファイルを表示 Open project: malaybaku/harriet

Public Methods

Method Description
ChatWindow ( ) : System.ComponentModel

インスタンスを初期化します。

Protected Methods

Method Description
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

ドラッグ移動を許可します。

Method Details

ChatWindow() public method

インスタンスを初期化します。
public ChatWindow ( ) : System.ComponentModel
return System.ComponentModel

OnMouseLeftButtonDown() protected method

ドラッグ移動を許可します。
protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void