C# Class SIP_Agent.Switcher

Datei anzeigen Open project: anroots/SIP-Agent

Public Properties

Property Type Description
pageSwitcher PageSwitcher

Public Methods

Method Description
Switch ( System.Windows.Controls.UserControl newPage ) : void
Switch ( System.Windows.Controls.UserControl newPage, object state ) : void

Method Details

Switch() public static method

public static Switch ( System.Windows.Controls.UserControl newPage ) : void
newPage System.Windows.Controls.UserControl
return void

Switch() public static method

public static Switch ( System.Windows.Controls.UserControl newPage, object state ) : void
newPage System.Windows.Controls.UserControl
state object
return void

Property Details

pageSwitcher public_oe static_oe property

public static PageSwitcher,SIP_Agent pageSwitcher
return PageSwitcher