![]() |
Halyri - Mobiili
0.9
|
Makes view where user can edit his personal info and save them. More...
Public Member Functions | |
EditPersonalInfo () | |
Constructor. Loads old personal info. More... | |
void | InitializeComponent () |
InitializeComponent More... | |
void | InitializeComponent () |
InitializeComponent More... | |
void | InitializeComponent () |
InitializeComponent More... | |
void | InitializeComponent () |
InitializeComponent More... | |
Private Member Functions | |
void | LoadPersonalInfos () |
Loads any previous information that is saved in settings. Does not allow postal code to be 0 and lefts it blank so it is not 0 for the first time user opens this view. More... | |
void | SaveButton_OnTap (object sender, GestureEventArgs e) |
Saves all information added to form and then navigates back to settings main page. More... | |
Private Attributes | |
Settings | settings = new Settings() |
bool | _contentLoaded |
Makes view where user can edit his personal info and save them.
Halyri.EditPersonalInfo.EditPersonalInfo | ( | ) |
Constructor. Loads old personal info.
void Halyri.EditPersonalInfo.InitializeComponent | ( | ) |
InitializeComponent
void Halyri.EditPersonalInfo.InitializeComponent | ( | ) |
InitializeComponent
void Halyri.EditPersonalInfo.InitializeComponent | ( | ) |
InitializeComponent
void Halyri.EditPersonalInfo.InitializeComponent | ( | ) |
InitializeComponent
|
private |
Loads any previous information that is saved in settings. Does not allow postal code to be 0 and lefts it blank so it is not 0 for the first time user opens this view.
|
private |
Saves all information added to form and then navigates back to settings main page.
|
private |