Exemplo n.º 1
0
        public void AddBinding()
        {
            OKCancelDatForm frm = this.FindForm() as OKCancelDatForm;

            if (frm != null)
            {
                AddBinding(frm.NewValue);
            }
        }
Exemplo n.º 2
0
 public ListController(OKCancelDatForm entForm)
     : this()
 {
     _EntityForm = entForm;
 }