MonoHotDraw.Samples.MainWindow.OnAddAction C# (CSharp) Method

OnAddAction() protected method

protected OnAddAction ( object sender, System e ) : void
sender object
e System
return void
        protected virtual void OnAddAction(object sender, System.EventArgs e)
        {
            Tool = new DragCreationTool (this, new AnalogClockFigure ());
        }