Ejemplo n.º 1
0
        public void PrepareDisplay()
        {
            mAagPrep = new Aag_PrepDisplay();
            SetOperation setOp1 = new SetOperation();

            setOp1.FireEvent(mAagPrep);                         // calls Thread 1 method that will fire the event
        }