C# Class MetroDemo.ExampleViews.OtherExamples

Interaction logic for OtherExamples.xaml
Inheritance: System.Windows.Controls.UserControl
显示文件 Open project: MahApps/MahApps.Metro

Public Methods

Method Description
OtherExamples ( ) : System
Tick ( object sender, EventArgs e ) : void

Private Methods

Method Description
FlipView_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

OtherExamples() public method

public OtherExamples ( ) : System
return System

Tick() public method

public Tick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void