naps2/NAPS2.Core/Compat/IRuntimeCompat.cs
2018-08-13 23:11:31 -04:00

15 lines
248 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NAPS2.Compat
{
public interface IRuntimeCompat
{
bool UseToolStripRenderHack { get; }
bool SetToolbarFont { get; }
}
}