コード例 #1
0
ファイル: ViewModel.cs プロジェクト: R4CLucky14/UTCCatholic
 public TransportationView(Transportation Transportation)
     : base(Transportation.RID)
 {
     this.TransportSelf = Transportation.TransportSelf;
 }
コード例 #2
0
ファイル: InputModel.cs プロジェクト: R4CLucky14/UTCCatholic
 public TransportationInput( Transportation model )
 {
     this.TransportSelf = model.TransportSelf;
 }