Exemplo n.º 1
0
 /// <summary>
 /// Does only the work of launching a native select list and handling the selected result.
 /// </summary>
 /// <param name="options">Options used to configure the select list</param>
 public static void SelectList(SelectListOptions options)
 {
     return;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Turns an 'a' element into a select list using the options provided
 /// </summary>
 public void ChameleonSelectList(SelectListOptions options)
 {
     return;
 }