private void OpenStatusType() { if (this.listBox_StatusList.SelectedItem != null) { UISystemStatus st = new UISystemStatus((BussinessLogic.StatusType)this.listBox_StatusList.SelectedItem); st.ShowDialog(); this.Close(); } }
private void OpenStatusType() { if (this.listBox_StatusList.SelectedItem != null) { UISystemStatus st = new UISystemStatus((BussinessLogic.StatusType) this.listBox_StatusList.SelectedItem); st.ShowDialog(); this.Close(); } }