C# Class OpenTween.MyLists

Inheritance: OpenTween.OTBaseForm
Mostra file Open project: opentween/OpenTween Class Usage Examples

Public Methods

Method Description
MyLists ( ) : System
MyLists ( string screenName, TwitterApi twitterApi ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddToList ( ListElement list ) : System.Threading.Tasks.Task
CloseButton_Click ( object sender, EventArgs e ) : void
ContextMenuStrip1_Opening ( object sender, CancelEventArgs e ) : void
FetchMembershipListIds ( ) : System.Threading.Tasks.Task
InitializeComponent ( ) : void

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

ListRefreshButton_Click ( object sender, EventArgs e ) : void
ListsCheckedListBox_ItemCheck ( object sender, System.Windows.Forms.ItemCheckEventArgs e ) : void
ListsCheckedListBox_MouseDown ( object sender, MouseEventArgs e ) : void
MenuItemAdd_Click ( object sender, EventArgs e ) : void
MenuItemDelete_Click ( object sender, EventArgs e ) : void
MenuItemReload_Click ( object sender, EventArgs e ) : void
MyLists_Load ( object sender, EventArgs e ) : void
RefreshListBox ( ) : System.Threading.Tasks.Task
RemoveFromList ( ListElement list ) : System.Threading.Tasks.Task

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

MyLists() public method

public MyLists ( ) : System
return System

MyLists() public method

public MyLists ( string screenName, TwitterApi twitterApi ) : System
screenName string
twitterApi OpenTween.Api.TwitterApi
return System