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