You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastermind/MauiSpark/Pages/TableauScore.xaml.cs

20 lines
379 B

<<<<<<<< HEAD:MauiSpark/Pages/tableauScore.xaml.cs
namespace mastermind.Pages;
public partial class TableauScore : ContentPage
{
public TableauScore()
{
InitializeComponent();
}
========
namespace MauiSpark.Pages;
public partial class TableauScore : ContentPage
{
public TableauScore()
{
InitializeComponent();
}
>>>>>>>> master:MauiSpark/Pages/TableauScore.xaml.cs
}