Example #1
0
        public void NextStep()
        {
            if (CurrentTool is null)
            {
                return;
            }

            CurrentTool.NextStep();
        }