C# Class SidebarDiagnostics.Models.ChangeLogModel

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: ArcadeRenegade/SidebarDiagnostics

Private Properties

Property Type Description

Public Methods

Method Description
ChangeLogModel ( System.Version version ) : System
NotifyPropertyChanged ( string propertyName ) : void

Method Details

ChangeLogModel() public method

public ChangeLogModel ( System.Version version ) : System
version System.Version
return System

NotifyPropertyChanged() public method

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
return void