using System; namespace HostCommon { public interface IPlugData { event EventHandler DataChanged; } }