private void TextView_Activated(object sender, EventArgs e) { graphicView = GraphicView.GetInstance(); readonlyView = ReadonlyView.GetInstance(); loadComboboxes(personType); showList(); }
private void btnGraphicView_Click(object sender, EventArgs e) { if (graphicView == null) { graphicView = GraphicView.GetInstance(); } graphicView.Show(); }