* Stubed rest of System.ComponentModel
[mono.git] / mcs / class / System / System.ComponentModel / Int16Converter.cs
1 //
2 // System.ComponentModel.Int16Converter
3 //
4 // Authors:
5 //      Martin Willemoes Hansen (mwh@sysrq.dk)
6 //
7 // (C) 2003 Martin Willemoes Hansen
8 //
9
10 namespace System.ComponentModel
11 {
12         public class Int16Converter : BaseNumberConverter
13         {
14                 [MonoTODO]
15                 public Int16Converter()
16                 {
17                 }
18
19                 [MonoTODO]
20                 ~Int16Converter()
21                 {
22                 }
23         }
24 }