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