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