C# Class SIP_Agent.PageSwitcher

Interaction logic for Window1.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: anroots/SIP-Agent

Méthodes publiques

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

Method Details

Navigate() public méthode

public Navigate ( System.Windows.Controls.UserControl nextPage ) : void
nextPage System.Windows.Controls.UserControl
Résultat void

Navigate() public méthode

public Navigate ( System.Windows.Controls.UserControl nextPage, object state ) : void
nextPage System.Windows.Controls.UserControl
state object
Résultat void

PageSwitcher() public méthode

public PageSwitcher ( ) : System
Résultat System