C# Class OIShoppingListWinPhone.CustomLayout.EditItemNoteDialog

Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: openintents/shoppinglist_winphone Class Usage Examples

Public Methods

Method Description
Activate ( ) : void

Displaying (or 'activating') the dialog on the screen.

Deactivate ( ) : void

Deactivating (or 'hide') the dialog from the screen.

EditItemNoteDialog ( ) : System

Method Details

Activate() public method

Displaying (or 'activating') the dialog on the screen.
public Activate ( ) : void
return void

Deactivate() public method

Deactivating (or 'hide') the dialog from the screen.
public Deactivate ( ) : void
return void

EditItemNoteDialog() public method

public EditItemNoteDialog ( ) : System
return System