コード例 #1
0
ファイル: TestPage.cs プロジェクト: kudrinyaroslav/ON-0110
        public TestPage()
        {
            InitializeComponent();

            _controller = new TestController(this);
        }