C# 클래스 iMon.XBMC.Dialogs.MappingDialog

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Montellese/xbmc-on-imon 1 사용 예제들

공개 메소드들

메소드 설명
MappingDialog ( string title, string keys, string values, Dictionary mapping ) : System

비공개 메소드들

메소드 설명
bAdd_Click ( object sender, EventArgs e ) : void
bOk_Click ( object sender, EventArgs e ) : void
bRemove_Click ( object sender, EventArgs e ) : void
lbKeys_SelectedIndexChanged ( object sender, EventArgs e ) : void
lbValues_SelectedIndexChanged ( object sender, EventArgs e ) : void
tbNewValue_TextChanged ( object sender, EventArgs e ) : void

메소드 상세

MappingDialog() 공개 메소드

public MappingDialog ( string title, string keys, string values, Dictionary mapping ) : System
title string
keys string
values string
mapping Dictionary
리턴 System