using System; namespace Artemis.Core { /// /// Represents a configuration dialog for a /// public interface IPluginConfigurationDialog { /// /// The type of view model the tab contains /// Type Type { get; } } }