#include "app_win_2_back.hpp"
int main(int argc, char *argv[]) {
auto app = gui_to_app::AppWin2Back::create();
return app->run(argc, argv);
}