Duplicate() 공개 메소드

public Duplicate ( ) : Aurora.Framework.IDataTransferable
리턴 Aurora.Framework.IDataTransferable
예제 #1
0
        public override IDataTransferable Duplicate()
        {
            BuildingPlot plot = new BuildingPlot();

            plot.Duplicate();
            return((IDataTransferable)plot);
        }
예제 #2
0
 public override IDataTransferable Duplicate()
 {
     BuildingPlot plot = new BuildingPlot();
     plot.Duplicate();
     return (IDataTransferable)plot;
 }