AGS.Editor.GUIController.ShowCustomResolutionChooserFromPropertyGrid C# (CSharp) Метод

ShowCustomResolutionChooserFromPropertyGrid() приватный Метод

private ShowCustomResolutionChooserFromPropertyGrid ( Size currentSize ) : Size
currentSize System.Drawing.Size
Результат System.Drawing.Size
        private Size ShowCustomResolutionChooserFromPropertyGrid(Size currentSize)
        {
            return CustomResolutionDialog.Show(currentSize);
        }
GUIController