C# Class DamageMeter.UI.Balloon

Logique d'interaction pour Balloon.xaml
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: neowutran/ShinraMeter Class Usage Examples

Public Methods

Method Description
Balloon ( ) : System.Windows
Value ( string title, string text ) : void

Method Details

Balloon() public method

public Balloon ( ) : System.Windows
return System.Windows

Value() public method

public Value ( string title, string text ) : void
title string
text string
return void