public static FrmbdiSEGpSegmento GetInstancia() { if (_Instancia == null) { _Instancia = new FrmbdiSEGpSegmento(); } return(_Instancia); }
private void ribbonButton98_Click(object sender, EventArgs e) { Form FrmbdiSEGpSegmento = new FrmbdiSEGpSegmento(); FrmbdiSEGpSegmento.ShowDialog(); }