C# Class MonoMobile.Dialog.Screen
Mostrar archivo
Open project: moljac/MonoMobile.Dialog
Public Properties
Property |
Type |
Description |
|
dv |
DialogViewController |
|
|
Public Methods
Method |
Description |
|
Navigate ( RootElement root_element_next_screen ) : void |
|
|
Refresh ( ) : void |
|
|
Screen ( ) : System |
|
|
Method Details
public Navigate ( RootElement root_element_next_screen ) : void |
root_element_next_screen |
RootElement |
|
return |
void |
|
public Refresh ( ) : void |
return |
void |
|
public Screen ( ) : System |
return |
System |
|
Property Details
public DialogViewController,MonoMobile.Dialog dv |
return |
DialogViewController |
|