Added ContextMenu/Flyout animations. Added platform services. Use bitmap cache for all views.
This commit is contained in:
6
Harmonia.UI/Platform/IPlatformServiceLocator.cs
Normal file
6
Harmonia.UI/Platform/IPlatformServiceLocator.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Harmonia.UI.Platform;
|
||||
|
||||
public interface IPlatformServiceLocator<T>
|
||||
{
|
||||
T? Get();
|
||||
}
|
||||
Reference in New Issue
Block a user