qmlnet/samples/PhotoFrame/PhotoFrame.Logic/UIDispatchDelegate.cs
2018-08-09 16:52:06 -04:00

6 lines
104 B
C#

using System;
namespace PhotoFrame.Logic
{
public delegate void UiDispatchDelegate(Action a);
}