示例#1
0
static void deinit(void) {
  hide_mainwindow();
}
示例#2
0
文件: main.c 项目: bonsaiCoder/lwbw
void handle_deinit(void) {
  hide_mainwindow();
}