Exemplo n.º 1
0
        public void Test(CommandEventArgsCustom args, IVuePersonne view, IPresenter presenter)
        {
            ServicePersonne s  = new ServicePersonne();
            SearchPersonne  sp = new SearchPersonne();

            sp.Nom = "LOLO";
            s.SelectList(sp);
        }
Exemplo n.º 2
0
        public override void Initialisation(bool isInit, IVuePersonne view, IPresenter presenter)
        {
            ServicePersonne s  = new ServicePersonne();
            SearchPersonne  sp = new SearchPersonne();

            sp.Nom = "LOLO";
            s.SelectList(sp);
        }