C# Class LongoMatch.Gui.Panel.WelcomeButton

Exibir arquivo 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_oe property

public Action,System Func
return System.Action

Icon public_oe property

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

Name public_oe property

public string Name
return string

Text public_oe property

public string Text
return string