What pattern to use in this scenario?
        Posted  
        
            by jess
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jess
        
        
        
        Published on 2010-04-09T12:02:08Z
        Indexed on 
            2010/04/09
            18:13 UTC
        
        
        Read the original article
        Hit count: 249
        
design-patterns
|winforms
Hi, We have got many forms(windows app C#) in our application.We have similar steps in most of them - user adds a new object(in a grid),fills values and save.On,save,we validate,and save if everything ok,else show message.Now,adding of object usually means we add a new row with some default values.
© Stack Overflow or respective owner