Exemplo n.º 1
0
 private void fillRemote()
 {
     try
     {
         remoteTree.Nodes.Clear();
         remoteTree.Nodes.Add(brwApp.getRemoteDeckTree());
         remoteTree.ExpandAll();
     }
     catch (Exception ex)
     {
         MessageBox.Show("Error " + " has occurred: " + ex.Message,
                         "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
     }
 }