Question: I am using WPF Form Application C # programming language. I have MVC (Model-View-Controller) homework. I did Model-View. I couldn't do the controller. I got
I am using WPF Form Application C # programming language. I have MVC (Model-View-Controller) homework. I did Model-View. I couldn't do the controller. I got two errors on the "MainWindow.cs" page.
Both errors are "Controller".
Where I get errors;
*** I got a "Controller" error on the "MainWindow.cs" page.
ERROR: 'Controller' is a namespace element but used as a type.



I want the screen output as in the picture below. BUT must be created by applying MVC(Model-View-Controller). Just Controller.

I would be glad if you solve minor mistakes. Thank you from now.
Save_Click(object sender, RoutedEventArgs e) 4 5 8 9 Controller.cs* MainWindow.cs* - X MainWindow.xaml C# FindingSourceElement FindingSourceElement. MainWindow 1 @// // Copyright (c) Microsoft. All rights reserved. 2 II/ Licensed under the MIT license. See LICENSE file in the project root for full license information. 3 Qusing System; using System.Windows; 6 using System.Windows.Controls; 7 using FindingSourceElement.Views; using FindingSourceElement Presenter; using FindingSourceElement.Controller; 10 (using FindingSourceElement. Models; 11 12 13 namespace FindingSourceElement 14 15 ///
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
