Exemplo n.º 1
0
 private void OnSelectedItem(ListItem sender)
 {
     Debug.Log("index = " + sender.index);
     listDialog.CloseDialog();
 }