Historique | Voir | Annoter | Télécharger (349 octets)
using System.Globalization;
namespace GES_PAC.Controls
{
public class DoubleEntry : Entry
public DoubleEntry()
Keyboard = Keyboard.Numeric;
PlaceholderColor = Colors.LightGray;
TextColor = Colors.Black;
Placeholder = "0,0";
FontSize = 16;
}