- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
protected override bool GetGridDT (out object Dt)
{
DataTable vDt = null;
bool vResult = fComposition != 0 ?
Composition.RN.Load(fComposition, out vDt) :
fNType != 0 ?
RN.Load((RNType.RNTypes)fNType, out vDt) :
fRvObjectType != 0 ?
RvObjectType.RN.Load(fRvObjectType, out vDt) :
fRv != 0 ?
Rv.RN.Load(fRv, out vDt) :
fProtocol != 0 ?
Protocol.RN.Load(fProtocol, out vDt) :
RN.Load(out vDt);
Dt = vDt;
return vResult;
}
gcoder 30.03.2012 16:05 # 0
wvxvw 30.03.2012 23:40 # 0
lucidfoxGovno 31.03.2012 00:50 # +6
Говногость 31.03.2012 09:56 # 0
guest8 09.04.2019 12:58 # −999