From 3d97da75f1dcb114419b26a4813e5d93c1d0c0dc Mon Sep 17 00:00:00 2001 From: Florian Zevedei Date: Mon, 1 Jul 2024 03:28:37 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 903a138..c7a5ee3 100644 --- a/README.md +++ b/README.md @@ -916,7 +916,7 @@ datatype and one for implementing into a form which should be invoked with event #### IStateMachine Is the basic StateMachine interface, it has two methods `SaveFormStates(SaveStatesEventArgs e)` -and `StateContainerLoadFormStates()`, nothing fancy, just simple calls. Implement both methods with your own +and `LoadFormStates()`, nothing fancy, just simple calls. Implement both methods with your own serialization process. ```csharp