C# Class LongoMatch.Gui.Panel.WelcomeButton

Show file Open project: LongoMatch/longomatch Class Usage Examples

Public Properties

Property Type Description
Func System.Action
Icon VAS.Core.Common.Image
Name string
Text string

Public Methods

Method Description
WelcomeButton ( VAS.Core.Common.Image icon, string text, System.Action func ) : System
WelcomeButton ( string name, string text, System.Action func ) : System

Method Details

WelcomeButton() public method

public WelcomeButton ( VAS.Core.Common.Image icon, string text, System.Action func ) : System
icon VAS.Core.Common.Image
text string
func System.Action
return System

WelcomeButton() public method

public WelcomeButton ( string name, string text, System.Action func ) : System
name string
text string
func System.Action
return System

Property Details

Func public property

public Action,System Func
return System.Action

Icon public property

public Image,VAS.Core.Common Icon
return VAS.Core.Common.Image

Name public property

public string Name
return string

Text public property

public string Text
return string