C# Class iMon.XBMC.Dialogs.MappingDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Montellese/xbmc-on-imon Class Usage Examples

Méthodes publiques

Méthode Description
MappingDialog ( string title, string keys, string values, Dictionary mapping ) : System

Private Methods

Méthode Description
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

Method Details

MappingDialog() public méthode

public MappingDialog ( string title, string keys, string values, Dictionary mapping ) : System
title string
keys string
values string
mapping Dictionary
Résultat System