|
|
От: |
Vglaz
|
www.i-cube.ru |
| Дата: | 03.08.08 20:32 | ||
| Оценка: | |||
public class Obj
{
public tBase Prop
{
get;set;
}
}
public class tBase
{
public string Name {get;set;}
}
public class tA:tBase
{
public string AAA {get;set;}
}
public class tB:tBase
{
public string BBB {get;set;}
public string Type {get;set;}
}