Example #1
0
    void Start()
    {
        FormuleTest ft = new FormuleTest();
        Jardin jardin = jardin2();
        Communicate comm = new Communicate("psar_python.py", jardin);
        //lance le script
        comm.GetSource().Execute(comm.GetScope());

        ft.test_formules(comm, jardin);
    }
Example #2
0
    void Start()
    {
        FormuleTest ft     = new FormuleTest();
        Jardin      jardin = jardin2();
        Communicate comm   = new Communicate("psar_python.py", jardin);

        //lance le script
        comm.GetSource().Execute(comm.GetScope());

        ft.test_formules(comm, jardin);
    }