Exemplo n.º 1
0
 public void loadConnectionDetails()
 {
     if (connectionsDropdown.options.Count != 0)
     {
         receiveIP.addBulkSelectRefresh(getSelectedConnectionTP().receiveIP,
                                        Presenter.Instance, "getOriginIPsString");
         connectionTypeDropdown.addBulkSelectRefresh(getSelectedConnectionTP().connectionType.ToString(),
                                                     Presenter.Instance, "getAllConnectionTypes");
     }
 }