edit function changes and give ability for user to edit the function
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
This commit is contained in:
@@ -17,6 +17,7 @@ namespace Nodify.Calculator
|
|||||||
|
|
||||||
public string DialogTitle => IsEditMode ? "Edit Function" : "Create New Function";
|
public string DialogTitle => IsEditMode ? "Edit Function" : "Create New Function";
|
||||||
|
|
||||||
|
|
||||||
public CreateFunctionDialog()
|
public CreateFunctionDialog()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
|||||||
Reference in New Issue
Block a user