mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 06:05:52 -06:00
9 lines
170 B
C#
9 lines
170 B
C#
using PhotoFrame.Logic.UI.ViewModels;
|
|
|
|
namespace PhotoFrame.Logic
|
|
{
|
|
public interface IAppModel
|
|
{
|
|
void SwitchToView(ViewSwitchInfo switchInfo);
|
|
}
|
|
}
|