예제 #1
0
 //clone constructor
 public SmallBODListEntry(SmallBODListEntry entry) : base(entry)
 {
     _AmountCur          = entry.AmountCur;
     _AmountMax          = entry.AmountMax;
     _BODFillType        = entry.BODFillType;
     _Number             = entry.Number;
     _Graphic            = entry.Graphic;
     _RequireExceptional = entry.RequireExceptional;
     _Material           = entry.Material;
 }
		//clone constructor
		public SmallBODListEntry( SmallBODListEntry entry ) : base( entry )
		{
			_AmountCur = entry.AmountCur;
			_AmountMax = entry.AmountMax;
			_BODFillType = entry.BODFillType;
			_Number = entry.Number;
			_Graphic = entry.Graphic;
			_RequireExceptional = entry.RequireExceptional;
			_Material = entry.Material;			
		}