This commit is contained in:
		| @@ -26,18 +26,30 @@ namespace Volian.Controls.Library | ||||
| 				_MyDisplayTabControl = value; | ||||
| 			} | ||||
| 		} | ||||
| 		private StepRTB _MyRTB; | ||||
| 		public StepRTB MyRTB | ||||
| 		private EditItem _MyEditItem; | ||||
| 		public EditItem MyEditItem | ||||
| 		{ | ||||
| 			get { return _MyRTB; } | ||||
| 			get { return _MyEditItem; } | ||||
| 			set  | ||||
| 			{ | ||||
| 				if (value == null) return; | ||||
| 				if (_CurItemInfo != null && _CurItemInfo.ItemID == value.MyItemInfo.ItemID) return; | ||||
| 				_MyRTB = value; | ||||
| 				_CurItemInfo = MyRTB.MyItemInfo; | ||||
| 				_MyEditItem = value; | ||||
| 				_CurItemInfo = MyEditItem.MyItemInfo; | ||||
| 			} | ||||
| 		} | ||||
| 		//private StepRTB _MyRTB; | ||||
| 		//public StepRTB MyRTB | ||||
| 		//{ | ||||
| 		//    get { return _MyRTB; } | ||||
| 		//    set | ||||
| 		//    { | ||||
| 		//        if (value == null) return; | ||||
| 		//        if (_CurItemInfo != null && _CurItemInfo.ItemID == value.MyItemInfo.ItemID) return; | ||||
| 		//        _MyRTB = value; | ||||
| 		//        _CurItemInfo = MyRTB.MyItemInfo; | ||||
| 		//    } | ||||
| 		//} | ||||
| 		#endregion | ||||
| 		#region Constructors | ||||
| 		public DisplayBookMarks() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user