Microsoft.Xna.Framework.MacGamePlatform.MainWindowDelegate.MainWindowDelegate C# (CSharp) Метод

MainWindowDelegate() публичный Метод

public MainWindowDelegate ( MacGamePlatform owner ) : System
owner MacGamePlatform
Результат System
            public MainWindowDelegate(MacGamePlatform owner)
            {
                if (owner == null)
                    throw new ArgumentNullException("owner");
                _owner = owner;
            }