admin
2025-04-08 5c9991be21f57781573f04961ec511ac2938ea3d
DelegateQueue/TradeQueueFrame.cpp
@@ -3,6 +3,7 @@
#include <thread>
#include "MyConfigUtil.h"
#include "../common_nopch/Win32Util.h"
#include <atlstr.h>
TradeQueueFrame::TradeQueueFrame(const wxString& title, wxString code, wxPoint position, wxSize size) :wxFrame(NULL, wxID_ANY, title, position, size) {
@@ -180,7 +181,7 @@
               }
            }
         }
         catch (string st) {
         catch (...) {
         }
      }
      count++;