Files
2025-07-14 12:03:59 +02:00

7 lines
163 B
C#

namespace Inspectron.Settings.WindowsWizard.Interfaces
{
public interface ISetupItem
{
void SetProperty(object obj,string propertyName);
}
}