mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 06:26:02 +00:00
Maj db
This commit is contained in:
parent
108fc25313
commit
49a46595d7
3 changed files with 7 additions and 0 deletions
|
|
@ -78,6 +78,8 @@ namespace Tests.Xamarin.Forms.Mocks
|
|||
|
||||
public string RuntimePlatform { get; set; }
|
||||
|
||||
public OSAppTheme RequestedTheme => throw new NotImplementedException();
|
||||
|
||||
public void BeginInvokeOnMainThread(Action action)
|
||||
{
|
||||
if (_invokeOnMainThread == null)
|
||||
|
|
@ -129,6 +131,11 @@ namespace Tests.Xamarin.Forms.Mocks
|
|||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public Color GetNamedColor(string name)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
internal class MockDeserializer : IDeserializer
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue