C# Class SIP_Agent.PageSwitcher

Interaction logic for Window1.xaml
Inheritance: System.Windows.Window
Datei anzeigen Open project: anroots/SIP-Agent

Public Methods

Method Description
Navigate ( System.Windows.Controls.UserControl nextPage ) : void
Navigate ( System.Windows.Controls.UserControl nextPage, object state ) : void
PageSwitcher ( ) : System

Method Details

Navigate() public method

public Navigate ( System.Windows.Controls.UserControl nextPage ) : void
nextPage System.Windows.Controls.UserControl
return void

Navigate() public method

public Navigate ( System.Windows.Controls.UserControl nextPage, object state ) : void
nextPage System.Windows.Controls.UserControl
state object
return void

PageSwitcher() public method

public PageSwitcher ( ) : System
return System