Automatak.Simulator.DNP3.Commons.DBListView.DBListView C# (CSharp) Метод

DBListView() публичный Метод

public DBListView ( ) : System
Результат System
        public DBListView()
        {
            InitializeComponent();

            this.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint, true);

            //Enable the OnNotifyMessage event so we get a chance to filter out
            // Windows messages before they get to the form's WndProc
            this.SetStyle(ControlStyles.EnableNotifyMessage, true);
        }