Exemplo n.º 1
0

        
Exemplo n.º 2
0
        public event EventHandler <double> OnCalculate;  // An Event of when a mission is activated

        /**
         * constructor.
         */
        public SingleMission(FuncIndexer mission, string name)
        {
            this.name      = name;
            this.myMission = mission;
        }