Polish
Adding polish to the outputs, such as icons and better alignment.
This commit is contained in:
parent
d24a7b400a
commit
07c8ed8460
7 changed files with 63 additions and 57 deletions
|
@ -1,9 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
using System.Windows;
|
||||
|
||||
namespace AdvancedCalculator
|
||||
{
|
||||
|
@ -13,12 +8,14 @@ namespace AdvancedCalculator
|
|||
|
||||
public string VariableName { get; set; }
|
||||
|
||||
public string Icon { get; set; }
|
||||
|
||||
public string Value { get; set; }
|
||||
|
||||
public Visibility ExpressionVisibility { get; set; }
|
||||
|
||||
public string ExpressionComputation { get; set; }
|
||||
|
||||
#endregion
|
||||
#endregion Properties
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue