6 lines
95 B
C#
6 lines
95 B
C#
namespace Harmonia.WinUI.Session;
|
|
|
|
public interface ISessionRestorer
|
|
{
|
|
void Restore();
|
|
} |