217218219220221222223224225226227
} } public void Add() { OConnectionJPanel oc = new OConnectionJPanel(); oc.ShowDialog(this); if (oc.getIsSaved()) { Refresh(); } }