C# Class Kento.SLWindow

Inheritance: Instance, IUpdatable
Exibir arquivo Open project: LukaHorvat/Kento

Public Methods

Method Description
Invoke ( List Arguments ) : Value
LoadEventInterface ( object Target, EventArgs Args ) : void
SLWindow ( ) : System
Update ( ) : void

Method Details

Invoke() public method

public Invoke ( List Arguments ) : Value
Arguments List
return Value

LoadEventInterface() public method

public LoadEventInterface ( object Target, EventArgs Args ) : void
Target object
Args System.EventArgs
return void

SLWindow() public method

public SLWindow ( ) : System
return System

Update() public method

public Update ( ) : void
return void