2004-03-01 Larry Ewing <lewing@ximian.com>
[mono-project.git] / mcs / class / System / System.ComponentModel.Design.Serialization / IDesignerLoaderHost.cs
bloba32b702217fb9a5670039300d70535f3ebb07878
1 // System.ComponentModel.Design.Serialization.IDesignerLoaderHost.cs
2 //
3 // Author:
4 // Alejandro Sánchez Acosta <raciel@gnome.org>
5 //
6 // (C) Alejandro Sánchez Acosta
7 //
9 using System.Collections;
11 namespace System.ComponentModel.Design.Serialization
13 public interface IDesignerLoaderHost : IDesignerHost, IServiceContainer, IServiceProvider
15 void EndLoad (string baseClassName, bool successful, ICollection errorCollection);
17 void Reload();