System.ComponentModel.Design.Serialization.IDesignerLoaderService
namespace System.ComponentModel.Design.Serialization
{
public interface IDesignerLoaderService
{
void AddLoadDependency();
void DependentLoadComplete(bool successful, ICollection errorCollection);
bool Reload();
}
}