C# Class MediaPortal.Plugins.MovingPictures.ConfigScreen.AdvancedSettingsWarningPane

ファイルを表示 Open project: damienhaynes/moving-pictures

Public Properties

Property Type Description
SettingsPane Cornerstone.GUI.AdvancedSettingsPane

Public Methods

Method Description
AdvancedSettingsWarningPane ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AdvancedSettingsWarningPane_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

button1_Click ( object sender, EventArgs e ) : void

Method Details

AdvancedSettingsWarningPane() public method

public AdvancedSettingsWarningPane ( ) : System
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

Property Details

SettingsPane public_oe property

public Cornerstone.GUI.AdvancedSettingsPane SettingsPane
return Cornerstone.GUI.AdvancedSettingsPane