Exemplo n.º 1
0
        /// <summary>
        /// Get WifiRemote representation of the select dialog
        /// </summary>
        /// <returns>WifiRemote Dialog Instance</returns>
        public static MpDialogSelect GetDialogSelect()
        {
            GUIDialogSelect menu         = (GUIDialogSelect)GUIWindowManager.GetWindow((int)GUIWindow.Window.WINDOW_DIALOG_SELECT);
            MpDialogSelect  notifyDialog = new MpDialogSelect(menu);

            return(notifyDialog);
        }
Exemplo n.º 2
0
 /// <summary>
 /// Get WifiRemote representation of the select dialog
 /// </summary>
 /// <returns>WifiRemote Dialog Instance</returns>
 public static MpDialogSelect GetDialogSelect()
 {
     GUIDialogSelect menu = (GUIDialogSelect)GUIWindowManager.GetWindow((int)GUIWindow.Window.WINDOW_DIALOG_SELECT);
     MpDialogSelect notifyDialog = new MpDialogSelect(menu);
     return notifyDialog;
 }