mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
16 lines
117 B
Plaintext
16 lines
117 B
Plaintext
|
|
WindowContext context = argObj("windowContext");
|
|
Dialog dlg = context.get("/");
|
|
dlg.dispose();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|