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

EventTracePropertiesControl() public method

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

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