Class PhoneSettingsWindow
Interaction logic for PhoneSettingsWindow.xaml
Implements
ISaveableLayout
IFocusableControlBase
Inherited Members
Namespace: Simplic.Framework.PhoneInterface.UI
Assembly: Simplic.Framework.dll
Syntax
public class PhoneSettingsWindow : DefaultRibbonWindow
Constructors
| Improve this Doc View SourcePhoneSettingsWindow(String)
Initialize new phone numer
Declaration
public PhoneSettingsWindow(string providerName)
Parameters
Type | Name | Description |
---|---|---|
System.String | providerName |
Methods
| Improve this Doc View SourceOnSave(WindowSaveEventArg)
Save settings
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |
Overrides
Implements
ISaveableLayout
IFocusableControlBase