예제 #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);
        }
예제 #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);
        }