public void SetMultiple(GenericD t4Value, GenericC t3Value)
 {
     PropT4 = t4Value;
     PropT3 = t3Value;
 }
示例#2
0
 public void SetMultiple(GenericD t4Value, GenericC t3Value)
 {
     PropT4 = t4Value;
     PropT3 = t3Value;
 }
 public void Set(GenericC t3Value)
 {
     PropT3 = t3Value;
 }
示例#4
0
 public void Set(GenericC t3Value)
 {
     PropT3 = t3Value;
 }