src/FingersDance.ViewModel/AnnotationViewModel.cs
changeset 136 8b513df1b446
parent 129 1f37ef03ebee
child 146 dd8ed4d3beb6
equal deleted inserted replaced
135:84b3bf5ee3d2 136:8b513df1b446
    18         public AnnotationViewModel(Annotation a, float marginLeft) {
    18         public AnnotationViewModel(Annotation a, float marginLeft) {
    19             this._tcBegin = a.TcBegin;
    19             this._tcBegin = a.TcBegin;
    20             this._dur = a.Dur;
    20             this._dur = a.Dur;
    21             this._gestureType = a.GestureType;
    21             this._gestureType = a.GestureType;
    22             this._marginLeft = marginLeft;
    22             this._marginLeft = marginLeft;
    23 
       
    24             Console.WriteLine("_tcBegin = " + _tcBegin + ", _marginLeft = " + _marginLeft);
       
    25         }
    23         }
    26 
    24 
    27         public float TcBegin
    25         public float TcBegin
    28         {
    26         {
    29             get { return _tcBegin; }
    27             get { return _tcBegin; }