示例#1
0
        public override object Clone()
        {
            EditorTool tool = new SelectEditorTool();

            CloneTo(tool);

            return(tool);
        }
		public override object Clone()
		{
			EditorTool tool = new SelectEditorTool();
			CloneTo(tool);

			return tool;
		}