Esempio n. 1
0
 /// <summary>
 /// Clone object
 /// </summary>
 /// <returns>New object instance</returns>
 public object Clone()
 {
     NtBusinessNeed bn = new NtBusinessNeed();
     bn.SetData(this);
     return bn;
 }