Dialog used to get a confirmation from the user. The title and content can be set through the constructor. More...
Public Member Functions | |
ConfirmDialog (string title, string content) | |
Sets the title , and the content of the dialog. | |
ConfirmDialog (string title, string content) | |
Sets the title , and the content of the dialog. | |
ConfirmDialog () | |
Dialog for confirmation of deletion of a SportsActivity. | |
Protected Member Functions | |
virtual void | Build () |
virtual void | Build () |
virtual void | OnBtDeleteClicked (object sender, System.EventArgs e) |
virtual void | Build () |
Dialog used to get a confirmation from the user. The title and content can be set through the constructor.
Definition at line 11 of file ConfirmDialog.cs.
Foodolini.Activities.ConfirmDialog.ConfirmDialog | ( | string | title, | |
string | content | |||
) |
Sets the title , and the content of the dialog.
title | A System.String | |
content | A System.String |
Definition at line 22 of file ConfirmDialog.cs.
Foodolini.Activities.ConfirmDialog.ConfirmDialog | ( | string | title, | |
string | content | |||
) |
Sets the title , and the content of the dialog.
Definition at line 16 of file ConfirmDialog.cs.
Foodolini.Activities.ConfirmDialog.ConfirmDialog | ( | ) |
Dialog for confirmation of deletion of a SportsActivity.
Definition at line 13 of file ConfirmDialog.cs.
virtual void Foodolini.Activities.ConfirmDialog.Build | ( | ) | [protected, virtual] |
Definition at line 26 of file Foodolini.Activities.ConfirmDialog.cs.
virtual void Foodolini.Activities.ConfirmDialog.Build | ( | ) | [protected, virtual] |
Definition at line 32 of file Foodolini.Activities.ConfirmDialog.cs.
virtual void Foodolini.Activities.ConfirmDialog.Build | ( | ) | [protected, virtual] |
Definition at line 30 of file Foodolini.Activities.ConfirmDialog.cs.
virtual void Foodolini.Activities.ConfirmDialog.OnBtDeleteClicked | ( | object | sender, | |
System.EventArgs | e | |||
) | [protected, virtual] |
Definition at line 18 of file ConfirmDialog.cs.