Свойство | Type | Description | |
---|---|---|---|
Func | System.Action | ||
Icon | VAS.Core.Common.Image | ||
Name | string | ||
Text | string |
Méthode | Description | |
---|---|---|
WelcomeButton ( VAS.Core.Common.Image icon, string text, System.Action func ) : System | ||
WelcomeButton ( string name, string text, System.Action func ) : System |
public WelcomeButton ( VAS.Core.Common.Image icon, string text, System.Action func ) : System | ||
icon | VAS.Core.Common.Image | |
text | string | |
func | System.Action | |
Résultat | System |
public WelcomeButton ( string name, string text, System.Action func ) : System | ||
name | string | |
text | string | |
func | System.Action | |
Résultat | System |