I just wanted to know, what happens under the hood.
Does cloning depends upon the objects winForm contains ??
as, What I leart from web is, MyClass has to implement
clonable interface to be a candidate of cloning process.
that means, if winform contains any object that is not
clonable, you are...