/// <summary>
 /// Copy the source data to the target.
 /// </summary>
 public static void Copy(TitledTextBox source, TitledTextBox target)
 {
     target.Text = source.Text;
 }
 /// <summary>
 /// Copy the source data to the target.
 /// </summary>
 public static void Copy(TitledTextBox source, TitledTextBox target)
 {
     target.Text = source.Text;
 }