C# Class Harriet.ViewModels.ChatWindowAppearanceViewModel

チャット枠の表示/非表示を制御するビューモデルを表します。
Inheritance: HarrietViewModelBase
Show file Open project: malaybaku/harriet Class Usage Examples

Public Methods

Method Description
ChatWindowAppearanceViewModel ( ChatWindowViewModel vm ) : Livet.Commands
Show ( ) : void

ウィンドウが見えるようにします。

Private Methods

Method Description
Hide ( ) : void

ウィンドウを隠します。

OnParentViewModelContentChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

ChatWindowAppearanceViewModel() public method

public ChatWindowAppearanceViewModel ( ChatWindowViewModel vm ) : Livet.Commands
vm ChatWindowViewModel
return Livet.Commands

Show() public method

ウィンドウが見えるようにします。
public Show ( ) : void
return void