C# Class Grabacr07.KanColleViewer.Models.StatusService

主にメイン ウィンドウのステータス バーに表示する
Inheritance: Livet.NotificationObject
Show file Open project: KCV-Localisation/KanColleViewer

Public Methods

Method Description
Notify ( string message ) : void
Set ( string message ) : void

Private Methods

Method Description
RaiseMessagePropertyChanged ( ) : void
StatusService ( ) : System

Method Details

Notify() public method

public Notify ( string message ) : void
message string
return void

Set() public method

public Set ( string message ) : void
message string
return void