Added dbf reader
This commit is contained in:
@@ -36,10 +36,10 @@ export function App() {
|
||||
<div>Welcome to your new react app. asdas sd</div>
|
||||
<Button
|
||||
onClick={() => {
|
||||
ipcRenderer.send("test-start", { test: true });
|
||||
ipcRenderer.send("test", { test: true });
|
||||
}}
|
||||
>
|
||||
Test IPC
|
||||
TEST Generic IPC
|
||||
</Button>
|
||||
<Button
|
||||
onClick={() => {
|
||||
|
||||
Reference in New Issue
Block a user