| | |
| | | using DevExpress.XtraEditors; |
| | | using Gs.DevApp.ToolBox; |
| | | using Gs.DevApp.ToolBox; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | | using System.Data; |
| | | using System.Drawing; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using System.Windows.Forms; |
| | | |
| | | namespace Gs.DevApp.UserControl |
| | | { |
| | |
| | | private void UcUpFile1_UpChanged(object sender, EventArgs e) |
| | | { |
| | | UpdateParent?.Invoke(this, |
| | | new UpdateParentEventArgs { FilterList = null}); |
| | | new UpdateParentEventArgs { FilterList = null }); |
| | | Close(); |
| | | } |
| | | } |