edit function changes and give ability for user to edit the function
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Ankitkumar Satapara
2026-04-21 19:45:03 +05:30
parent 3b0f6c9158
commit c58ce5d71d

View File

@@ -17,6 +17,7 @@ namespace Nodify.Calculator
public string DialogTitle => IsEditMode ? "Edit Function" : "Create New Function";
public CreateFunctionDialog()
{
InitializeComponent();