Метод | Описание | |
---|---|---|
AddDictionary ( ) : System |
Constructor for adddictionary class
|
|
showSlideNumber ( string id, string num ) : void |
show the slide number of the selected slide on the user controller for adding a dictionary
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
cmdAddSlide_Click_1 ( object sender, |
Handles button for adding slides
|
|
cmdCreateDictionary_Click ( object sender, |
Handles button for creating dictionaries
|
|
cmdFinish_Click ( object sender, |
Clean up panel after saving a dictionary
|
|
txtSlideNumber_TextChanged ( object sender, |
Display the keyword for the selected slide
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public showSlideNumber ( string id, string num ) : void | ||
id | string | the slide id of the selected slide |
num | string | the slide number of the selected slide |
Результат | void |