Ejemplo n.º 1
0
        public static Form LaunchAsChildForm(object entity, IDataEditorPersister dataEditorPersister)
        {
            var frm = new FrmEntityViewer(entity, dataEditorPersister);

            AWHelper.ShowChildForm(frm);
            return(frm);
        }
Ejemplo n.º 2
0
        public static Form LaunchAsChildForm(object entity)
        {
            var frm = new FrmEntityViewer(entity);

            AWHelper.ShowChildForm(frm);
            return(frm);
        }