Example #1
0
 protected ImageGraphic()
     :
     base(new ItemLocationDirectAspectPreserving())
 {
     _location = new ItemLocationDirectAspectPreserving()
     {
         ParentObject = this
     };
 }
Example #2
0
		protected ImageGraphic()
			:
			base(new ItemLocationDirectAspectPreserving())
		{
			_location = new ItemLocationDirectAspectPreserving() { ParentObject = this };
		}