C# 클래스 NinjaCoder.MvvmCross.Views.OptionsView

Interaction logic for OptionsView.xaml
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross 1 사용 예제들

공개 메소드들

메소드 설명
OptionsView ( ) : System.Collections.Generic

Initializes a new instance of the OptionsView class.

ThemeChanged ( object sender, ThemeChangedEventArgs e ) : void

Themes the changed.

메소드 상세

OptionsView() 공개 메소드

Initializes a new instance of the OptionsView class.
public OptionsView ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ThemeChanged() 공개 메소드

Themes the changed.
public ThemeChanged ( object sender, ThemeChangedEventArgs e ) : void
sender object The sender.
e Scorchio.Infrastructure.EventArguments.ThemeChangedEventArgs The instance containing the event data.
리턴 void