c# - How does Winforms work? -
winforms doesn't use model–view–controller paradigm wpf. how designed then? use architecture? want understand better.
it calls initializecomponent(); draw controls on form.
the call initializecomponent standard in form's constructor.
the code within initializecomponent method auto generated dragging form. size, location, looks, etc of control gets set there.
Comments
Post a Comment