C# Class UserInterface.Plugin

Interaktionslogik für Plugin.xaml
Datei anzeigen Open project: mhack/gamenoise

Public Methods

Method Description
ApplyPluginSkin ( String skinName, Configuration aConfiguration, App anAppHandle ) : void

Apply a skin to the form

GetPlugin ( ) : Interfaces.IPlugin
Plugin ( Interfaces aPlugin ) : System

Private Methods

Method Description
Window_Closed ( object sender, EventArgs e ) : void
Window_Closing ( object sender, System e ) : void
Window_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

ApplyPluginSkin() public method

Apply a skin to the form
public ApplyPluginSkin ( String skinName, Configuration aConfiguration, App anAppHandle ) : void
skinName String Name of the skin
aConfiguration Organisation.Configuration
anAppHandle App
return void

GetPlugin() public method

public GetPlugin ( ) : Interfaces.IPlugin
return Interfaces.IPlugin

Plugin() public method

public Plugin ( Interfaces aPlugin ) : System
aPlugin Interfaces
return System