diff options
Diffstat (limited to 'Bus')
-rw-r--r-- | Bus/IvyProbe/IvyProbeDlg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Bus/IvyProbe/IvyProbeDlg.h b/Bus/IvyProbe/IvyProbeDlg.h index 135a567..eee40ef 100644 --- a/Bus/IvyProbe/IvyProbeDlg.h +++ b/Bus/IvyProbe/IvyProbeDlg.h @@ -98,6 +98,10 @@ protected: //}}AFX_MSG
DECLARE_MESSAGE_MAP()
+public:
+ afx_msg void OnFileSavebindings();
+public:
+ afx_msg void OnFileLoadbindings();
};
//{{AFX_INSERT_LOCATION}}
|