Esempio n. 1
0
 public void SetFooter(Tizen.NUI.Xaml.Forms.BaseComponents.View footer)
 {
     popup.SetFooter(footer.handleInstance as View);
 }
Esempio n. 2
0
 public void SetContent(Tizen.NUI.Xaml.Forms.BaseComponents.View content)
 {
     popup.SetContent(content.handleInstance as View);
 }