mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
6 lines
104 B
C#
6 lines
104 B
C#
using System;
|
|
|
|
namespace PhotoFrame.Logic
|
|
{
|
|
public delegate void UiDispatchDelegate(Action a);
|
|
}
|