private void Cancel()

in GameOfLife/EmulateExternalLib/Settings.cs [46:50]


        private void Cancel()
        {
            Width = origWidth;
            Height = origHeight;
        }