示例#1
0
 public Trans2(Trans13 trans13, Trans23 trans23, Single23 single23, Single2 single2, SingleObj2 singleObj2)
 {
     Trans13    = trans13;
     Trans23    = trans23;
     Single23   = single23;
     Single2    = single2;
     SingleObj2 = singleObj2;
 }
示例#2
0
 public Scoped22(Single23 single23, SingleObj23 singleObj23, Scoped23 scoped23, ScopedFac23 scopedFac23, Trans23 trans23, Single2 single2, SingleObj2 singleObj2)
 {
     Single23    = single23;
     SingleObj23 = singleObj23;
     Scoped23    = scoped23;
     ScopedFac23 = scopedFac23;
     Trans23     = trans23;
     Single2     = single2;
     SingleObj2  = singleObj2;
 }
示例#3
0
 public Trans22(Trans23 trans23, Single23 single23, SingleObj23 singleObj23)
 {
     Trans23     = trans23;
     Single23    = single23;
     SingleObj23 = singleObj23;
 }