mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-17 23:59:47 +00:00
Tests
This commit is contained in:
parent
ffda003050
commit
83120c1749
2 changed files with 52 additions and 9 deletions
|
|
@ -372,6 +372,16 @@
|
|||
this.stack.Children.Add(label);
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
var test = "";
|
||||
// ?
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
var test = "";
|
||||
// ?
|
||||
}
|
||||
// ?
|
||||
}
|
||||
|
|
@ -616,15 +626,15 @@
|
|||
{
|
||||
return new[]
|
||||
{
|
||||
new Span()
|
||||
{
|
||||
Text="\r\n",
|
||||
FontSize = size,
|
||||
FontFamily = family,
|
||||
ForegroundColor = foregroundColor,
|
||||
BackgroundColor = backgroundColor
|
||||
},
|
||||
};
|
||||
new Span()
|
||||
{
|
||||
Text="\r\n",
|
||||
FontSize = size,
|
||||
FontFamily = family,
|
||||
ForegroundColor = foregroundColor,
|
||||
BackgroundColor = backgroundColor
|
||||
},
|
||||
};
|
||||
}
|
||||
return null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue