C# 클래스 RedisExplorer.Controls.PreferencesViewModel

상속: Caliburn.Micro.Screen
파일 보기 프로젝트 열기: leegould/RedisExplorer

공개 메소드들

메소드 설명
ApplyButton ( ) : void
CancelButton ( ) : void
PreferencesViewModel ( IEventAggregator eventAggregator ) : System.Collections.Generic
SaveButton ( ) : void

비공개 메소드들

메소드 설명
ChangeTheme ( ) : void
SaveSettings ( ) : void

메소드 상세

ApplyButton() 공개 메소드

public ApplyButton ( ) : void
리턴 void

CancelButton() 공개 메소드

public CancelButton ( ) : void
리턴 void

PreferencesViewModel() 공개 메소드

public PreferencesViewModel ( IEventAggregator eventAggregator ) : System.Collections.Generic
eventAggregator IEventAggregator
리턴 System.Collections.Generic

SaveButton() 공개 메소드

public SaveButton ( ) : void
리턴 void