C# 클래스 Paymetheus.ButtonCommand

상속: DelegateCommand, INotifyPropertyChanged
파일 보기 프로젝트 열기: btcsuite/Paymetheus 1 사용 예제들

공개 메소드들

메소드 설명
ButtonCommand ( string label, System.Action action ) : System
RaisePropertyChanged ( [ propertyName = null ) : void

메소드 상세

ButtonCommand() 공개 메소드

public ButtonCommand ( string label, System.Action action ) : System
label string
action System.Action
리턴 System

RaisePropertyChanged() 공개 메소드

public RaisePropertyChanged ( [ propertyName = null ) : void
propertyName [
리턴 void