C# 클래스 fCraft.ConfigGUI.ColorPicker

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: GlennMR/800craft

공개 프로퍼티들

프로퍼티 타입 설명
ColorIndex int
ColorPairs ColorPair>.Dictionary

공개 메소드들

메소드 설명
ColorPicker ( string title, int oldColorIndex ) : System.Collections.Generic

비공개 메소드들

메소드 설명
ColorPicker ( ) : System.Collections.Generic

메소드 상세

ColorPicker() 공개 메소드

public ColorPicker ( string title, int oldColorIndex ) : System.Collections.Generic
title string
oldColorIndex int
리턴 System.Collections.Generic

프로퍼티 상세

ColorIndex 공개적으로 프로퍼티

public int ColorIndex
리턴 int

ColorPairs 공개적으로 정적으로 프로퍼티

public static Dictionary ColorPairs
리턴 ColorPair>.Dictionary