CNCGUI.MainForm.SetGCodeRowAttributes C# (CSharp) 메소드

SetGCodeRowAttributes() 개인적인 메소드

private SetGCodeRowAttributes ( GCodeListViewItem gcode ) : void
gcode GCodeListViewItem
리턴 void
        private void SetGCodeRowAttributes(GCodeListViewItem gcode)
        {
            SetGCodeRowBP(gcode);
            if (gcode.Index == GCodes.CurrentLine)
                gcode.BackColor = GCODE_CURRENT;
        }

Same methods

MainForm::SetGCodeRowAttributes ( int index ) : void