view delete me/SilverlightValidation/Interfaces/ICloneable.cs @ 63:536498832a79

Latest version before changing bindings to Listbox
author Steven Hollidge <stevenhollidge@hotmail.com>
date Sun, 22 Apr 2012 13:33:42 +0100
parents 3591c26bd63e
children
line wrap: on
line source

namespace SilverlightValidation.Interfaces
{
  public interface ICloneable<T>
  {
    T Clone();
  }
}