5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-08 04:41:08 +08:00
wails/v3/examples/window-call
2025-04-25 20:51:34 +10:00
..
assets Add window to context when calling a service method. Add window-call example to demonstrate how to know which window is calling a service. Fix Window ID skip issue. 2025-01-15 19:32:15 +11:00
main.go Initial Windows testing completed. 7 issues. 2025-04-25 20:51:34 +10:00
README.md Initial Windows testing completed. 7 issues. 2025-04-25 20:51:34 +10:00

Window Call Example

This example is a demonstration of how to know which window is calling a service.

Running the example

To run the example, run the following command:

go run .