Пример #1
0
            public Canvas CreateCanvas(Window desktopWindow)
            {
                var canvas = new SDLCanvas
                {
                    Window = desktopWindow
                };

                return(canvas);
            }
Пример #2
0
 public SDLContentLoader(SDLCanvas canvas, Dictionary <Type, Type> contentBinding) : base(canvas, contentBinding)
 {
 }