更新
This commit is contained in:
13
AntdWpf/Converters/MathOperation.cs
Normal file
13
AntdWpf/Converters/MathOperation.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
|
||||
namespace AntdWpf.Converters;
|
||||
|
||||
public enum MathOperation
|
||||
{
|
||||
Add,
|
||||
Divide,
|
||||
Multiply,
|
||||
Subtract,
|
||||
Pow
|
||||
}
|
||||
Reference in New Issue
Block a user