C# 클래스 Planetarium_Plugin.AddDictionary

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: coachlab/Planetarium-PowerPoint-Plugin

공개 메소드들

메소드 설명
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, EventArgs e ) : void

Handles button for adding slides

cmdCreateDictionary_Click ( object sender, EventArgs e ) : void

Handles button for creating dictionaries

cmdFinish_Click ( object sender, EventArgs e ) : void

Clean up panel after saving a dictionary

txtSlideNumber_TextChanged ( object sender, EventArgs e ) : void

Display the keyword for the selected slide

메소드 상세

AddDictionary() 공개 메소드

Constructor for adddictionary class
public AddDictionary ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

showSlideNumber() 공개 메소드

show the slide number of the selected slide on the user controller for adding a dictionary
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