C# 클래스 LabelPlus.StringResources

파일 보기 프로젝트 열기: noodlefighter/LabelPlus

공개 메소드들

메소드 설명
GetValue ( string itemName ) : string
SetValue ( string itemName, string value ) : void

비공개 메소드들

메소드 설명
StringResources ( ) : System.Collections

메소드 상세

GetValue() 정적인 공개 메소드

static public GetValue ( string itemName ) : string
itemName string
리턴 string

SetValue() 정적인 공개 메소드

static public SetValue ( string itemName, string value ) : void
itemName string
value string
리턴 void