Setting up source code for Avalonia port.

This commit is contained in:
Jordan Wages 2025-08-25 23:11:13 -05:00
commit 8110fe420e
53 changed files with 991 additions and 58 deletions

View file

@ -1,19 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AdvancedCalculator
{
public class HistoryItem
{
#region Properties
public string Input { get; set; }
public string Output { get; set; }
#endregion
}
}