AnfiniL.SqlExpressProfiler.Controls.FilterTracePropertiesControl.FilterTracePropertiesControl C# (CSharp) Method

FilterTracePropertiesControl() public method

public FilterTracePropertiesControl ( ) : System
return System
        public FilterTracePropertiesControl()
        {
            InitializeComponent();

            if (Program.InDesignMode) return;
            InitDataGrid();
        }