C# Class XapEditor.SmartTextOutputExtensions

Afficher le fichier Open project: net-shell/quantum-vaginer

Méthodes publiques

Méthode Description
AddButton ( this output, ImageSource icon, string text, RoutedEventHandler click ) : void

Creates a button.

Method Details

AddButton() public static méthode

Creates a button.
public static AddButton ( this output, ImageSource icon, string text, RoutedEventHandler click ) : void
output this
icon ImageSource
text string
click RoutedEventHandler
Résultat void