CNCGUI.GCodeListView.GCodeListView C# (CSharp) 메소드

GCodeListView() 공개 메소드

public GCodeListView ( ) : System
리턴 System
        public GCodeListView()
        {
            // Enable internal ListView double-buffering
            SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint, true);
        }
GCodeListView