Avalonia
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Interactivity;
|
||||
using SolutionParityChecker.App.ViewModels;
|
||||
|
||||
namespace SolutionParityChecker.App.Views;
|
||||
|
||||
@@ -9,14 +10,4 @@ public partial class MainWindow : Window
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void LoadSolutionFolder(object? sender, RoutedEventArgs e)
|
||||
{
|
||||
SolutionFolderPath.Text = "Solution folder path";
|
||||
}
|
||||
|
||||
private void LoadSolutionFile(object? sender, RoutedEventArgs e)
|
||||
{
|
||||
SolutionFilePath.Text = "Solution file path";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user