1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 15:06:06 +00:00
This commit is contained in:
Yan Maniez 2020-05-16 03:00:53 +02:00
parent 108fc25313
commit 49a46595d7
3 changed files with 7 additions and 0 deletions

View file

@ -78,6 +78,8 @@ namespace Tests.Xamarin.Forms.Mocks
public string RuntimePlatform { get; set; } public string RuntimePlatform { get; set; }
public OSAppTheme RequestedTheme => throw new NotImplementedException();
public void BeginInvokeOnMainThread(Action action) public void BeginInvokeOnMainThread(Action action)
{ {
if (_invokeOnMainThread == null) if (_invokeOnMainThread == null)
@ -129,6 +131,11 @@ namespace Tests.Xamarin.Forms.Mocks
{ {
throw new NotImplementedException(); throw new NotImplementedException();
} }
public Color GetNamedColor(string name)
{
throw new NotImplementedException();
}
} }
internal class MockDeserializer : IDeserializer internal class MockDeserializer : IDeserializer

Binary file not shown.

Binary file not shown.