Esempio n. 1
0
        public MainWindow()
        {
            InitializeComponent();

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

            this.Width  = 920;
            this.Height = 696;
        }
Esempio n. 2
0
        public MainWindow()
        {
            InitializeComponent();

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

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