AsterixDisplayAnalyser.FormMain.comboBoxMDS_Ch_For_DataLink_DrawItem C# (CSharp) 메소드

comboBoxMDS_Ch_For_DataLink_DrawItem() 개인적인 메소드

private comboBoxMDS_Ch_For_DataLink_DrawItem ( object sender, DrawItemEventArgs e ) : void
sender object
e DrawItemEventArgs
리턴 void
        private void comboBoxMDS_Ch_For_DataLink_DrawItem(object sender, DrawItemEventArgs e)
        {
            DrawStringandRectangleinComboBox(sender, e);
        }
FormMain