*** empty log message ***
authorMartin Willemoes Hansen <mwh@mono-cvs.ximian.com>
Sat, 29 Mar 2003 13:05:59 +0000 (13:05 -0000)
committerMartin Willemoes Hansen <mwh@mono-cvs.ximian.com>
Sat, 29 Mar 2003 13:05:59 +0000 (13:05 -0000)
svn path=/trunk/mcs/; revision=12904

35 files changed:
mcs/class/System/System.ComponentModel.Design/CheckoutException.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/ComponentChangedEventArgs.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/ComponentChangedEventHandler.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/ComponentChangingEventArgs.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/ComponentChangingEventHandler.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/ComponentEventArgs.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/ComponentEventHandler.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/ComponentRenameEventArgs.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/ComponentRenameEventHandler.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/DesignerCollection.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/DesignerEventArgs.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/DesignerEventHandler.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/DesigntimeLicenseContext.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/DesigntimeLicenseContextSerializer.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/HelpContextType.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/HelpKeywordType.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/IComponentChangeService.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/IDesignerEventService.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/IDesignerOptionService.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/IDictionaryService.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/IEventBindingService.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/IExtenderListService.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/IExtenderProviderService.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/IHelpService.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/IMenuCommandService.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/IReferenceService.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/IRootDesigner.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/ITypeDescriptorFilterService.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/ITypeResolutionService.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/SelectionTypes.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/ServiceContainer.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/StandardCommands.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/StandardToolWindows.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/ViewTechnology.cs [new file with mode: 0644]
mcs/class/System/System.ComponentModel.Design/newFiles2 [new file with mode: 0644]

diff --git a/mcs/class/System/System.ComponentModel.Design/CheckoutException.cs b/mcs/class/System/System.ComponentModel.Design/CheckoutException.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/ComponentChangedEventArgs.cs b/mcs/class/System/System.ComponentModel.Design/ComponentChangedEventArgs.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/ComponentChangedEventHandler.cs b/mcs/class/System/System.ComponentModel.Design/ComponentChangedEventHandler.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/ComponentChangingEventArgs.cs b/mcs/class/System/System.ComponentModel.Design/ComponentChangingEventArgs.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/ComponentChangingEventHandler.cs b/mcs/class/System/System.ComponentModel.Design/ComponentChangingEventHandler.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/ComponentEventArgs.cs b/mcs/class/System/System.ComponentModel.Design/ComponentEventArgs.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/ComponentEventHandler.cs b/mcs/class/System/System.ComponentModel.Design/ComponentEventHandler.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/ComponentRenameEventArgs.cs b/mcs/class/System/System.ComponentModel.Design/ComponentRenameEventArgs.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/ComponentRenameEventHandler.cs b/mcs/class/System/System.ComponentModel.Design/ComponentRenameEventHandler.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/DesignerCollection.cs b/mcs/class/System/System.ComponentModel.Design/DesignerCollection.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/DesignerEventArgs.cs b/mcs/class/System/System.ComponentModel.Design/DesignerEventArgs.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/DesignerEventHandler.cs b/mcs/class/System/System.ComponentModel.Design/DesignerEventHandler.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/DesigntimeLicenseContext.cs b/mcs/class/System/System.ComponentModel.Design/DesigntimeLicenseContext.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/DesigntimeLicenseContextSerializer.cs b/mcs/class/System/System.ComponentModel.Design/DesigntimeLicenseContextSerializer.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/HelpContextType.cs b/mcs/class/System/System.ComponentModel.Design/HelpContextType.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/HelpKeywordType.cs b/mcs/class/System/System.ComponentModel.Design/HelpKeywordType.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/IComponentChangeService.cs b/mcs/class/System/System.ComponentModel.Design/IComponentChangeService.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/IDesignerEventService.cs b/mcs/class/System/System.ComponentModel.Design/IDesignerEventService.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/IDesignerOptionService.cs b/mcs/class/System/System.ComponentModel.Design/IDesignerOptionService.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/IDictionaryService.cs b/mcs/class/System/System.ComponentModel.Design/IDictionaryService.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/IEventBindingService.cs b/mcs/class/System/System.ComponentModel.Design/IEventBindingService.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/IExtenderListService.cs b/mcs/class/System/System.ComponentModel.Design/IExtenderListService.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/IExtenderProviderService.cs b/mcs/class/System/System.ComponentModel.Design/IExtenderProviderService.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/IHelpService.cs b/mcs/class/System/System.ComponentModel.Design/IHelpService.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/IMenuCommandService.cs b/mcs/class/System/System.ComponentModel.Design/IMenuCommandService.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/IReferenceService.cs b/mcs/class/System/System.ComponentModel.Design/IReferenceService.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/IRootDesigner.cs b/mcs/class/System/System.ComponentModel.Design/IRootDesigner.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/ITypeDescriptorFilterService.cs b/mcs/class/System/System.ComponentModel.Design/ITypeDescriptorFilterService.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/ITypeResolutionService.cs b/mcs/class/System/System.ComponentModel.Design/ITypeResolutionService.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/SelectionTypes.cs b/mcs/class/System/System.ComponentModel.Design/SelectionTypes.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/ServiceContainer.cs b/mcs/class/System/System.ComponentModel.Design/ServiceContainer.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/StandardCommands.cs b/mcs/class/System/System.ComponentModel.Design/StandardCommands.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/StandardToolWindows.cs b/mcs/class/System/System.ComponentModel.Design/StandardToolWindows.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/ViewTechnology.cs b/mcs/class/System/System.ComponentModel.Design/ViewTechnology.cs
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mcs/class/System/System.ComponentModel.Design/newFiles2 b/mcs/class/System/System.ComponentModel.Design/newFiles2
new file mode 100644 (file)
index 0000000..1c6642b
--- /dev/null
@@ -0,0 +1,34 @@
+CheckoutException.cs \
+ComponentChangedEventArgs.cs \ 
+ComponentChangedEventHandler.cs \ 
+ComponentChangingEventArgs.cs \ 
+ComponentChangingEventHandler.cs \ 
+ComponentEventArgs.cs \
+ComponentEventHandler.cs \
+ComponentRenameEventArgs.cs \
+ComponentRenameEventHandler.cs \
+DesignerCollection.cs \
+DesignerEventArgs.cs \
+DesignerEventHandler.cs \
+DesigntimeLicenseContext.cs \
+DesigntimeLicenseContextSerializer.cs \
+HelpContextType.cs \
+HelpKeywordType.cs \
+IComponentChangeService.cs \
+IDesignerEventService.cs \
+IDesignerOptionService.cs \
+IDictionaryService.cs \
+IEventBindingService.cs \
+IExtenderListService.cs \
+IExtenderProviderService.cs \
+IHelpService.cs \
+IMenuCommandService.cs \
+IReferenceService.cs \
+IRootDesigner.cs \
+ITypeDescriptorFilterService.cs \
+ITypeResolutionService.cs \
+SelectionTypes.cs \
+ServiceContainer.cs \
+StandardCommands.cs \
+StandardToolWindows.cs \
+ViewTechnology.cs