* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.DirectoryServices / System.DirectoryServices.Design / DirectoryEntryConverter.cs
1 //
2 // System.DirectoryServices.Design.DirectoryEntryConverter.cs
3 //
4 // Author:
5 //   Andreas Nahr (ClassDevelopment@A-SoftTech.com)
6 //
7 // (C) 2004 Andreas Nahr
8 //
9 //
10
11 using System.ComponentModel;
12
13 namespace System.DirectoryServices.Design
14 {
15
16         internal class DirectoryEntryConverter : TypeConverter
17         {
18
19                 //TODO IMPLEMENT
20                 public DirectoryEntryConverter ()
21                 {
22                 }
23         }
24 }