LayoutFarm.Demo.DevForm.DevForm C# (CSharp) Method

DevForm() public method

public DevForm ( PixelFarm graphicsPlatform ) : System
graphicsPlatform PixelFarm
return System
        public DevForm(PixelFarm.Drawing.GraphicsPlatform graphicsPlatform)
        {
            this.graphicsPlatform = graphicsPlatform;
            InitializeComponent();
            this.lstDemoList.DoubleClick += new EventHandler(lstDemoList_DoubleClick);
            LoadDemoList();
        }