7 lines
163 B
C#
7 lines
163 B
C#
namespace Inspectron.Settings.WindowsWizard.Interfaces
|
|
{
|
|
public interface ISetupItem
|
|
{
|
|
void SetProperty(object obj,string propertyName);
|
|
}
|
|
} |