C# Class MediaPortal.Plugins.MovingPictures.ConfigScreen.Popups.CoverPopup

Datei anzeigen Open project: damienhaynes/moving-pictures Class Usage Examples

Public Methods

Method Description
CoverPopup ( ) : System
CoverPopup ( string filename ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CoverPopup_Deactivate ( object sender, EventArgs e ) : void
CoverPopup_KeyPress ( object sender, KeyPressEventArgs e ) : void
CoverPopup_Load ( object sender, EventArgs e ) : void
CoverPopup_Shown ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

pictureBox_Click ( object sender, EventArgs e ) : void

Method Details

CoverPopup() public method

public CoverPopup ( ) : System
return System

CoverPopup() public method

public CoverPopup ( string filename ) : System
filename string
return System

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