Exemple #1
0
        public MainWindow()
        {
            InitializeComponent();

            ctrl = new GKS6.Controller.Controller(this);

            this.Width  = 920;
            this.Height = 696;
        }
        public MainWindow()
        {
            InitializeComponent();

            ctrl = new GKS6.Controller.Controller(this);

            this.Width = 920;
            this.Height = 696;
        }