C# Class AdvancedLauncher.Model.TwitterViewModel

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: GoldRenard/DMOAdvancedLauncher

Public Methods

Method Description
LoadData ( List List ) : void
TwitterViewModel ( ) : System
UnLoadData ( ) : void

Private Methods

Method Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

LoadData() public method

public LoadData ( List List ) : void
List List
return void

TwitterViewModel() public method

public TwitterViewModel ( ) : System
return System

UnLoadData() public method

public UnLoadData ( ) : void
return void