C# Class SlackitRevit.SlackForm

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: pix3lot/Slackit Class Usage Examples

Public Properties

Property Type Description
ch_dict string>.Dictionary
ch_list List

Private Properties

Property Type Description
InitializeComponent void
button_reload_ch_Click void
link_token_LinkClicked void
loadChannels void
slackSave_Click void
textboxToken_TextChanged void

Public Methods

Method Description
SlackForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

button_reload_ch_Click ( object sender, EventArgs e ) : void
link_token_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
loadChannels ( ) : void
slackSave_Click ( object sender, EventArgs e ) : void
textboxToken_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

SlackForm() public method

public SlackForm ( ) : System
return System

Property Details

ch_dict public_oe property

public Dictionary ch_dict
return string>.Dictionary

ch_list public_oe property

public List ch_list
return List