1
0
mirror of https://gitee.com/HEYAHONG/Programer_discarded.git synced 2025-05-14 19:29:33 +08:00
Programer_discarded/Data_Programer/STM32_Data_ProgramerApp.h
2019-11-18 16:36:01 +08:00

32 lines
645 B
C++

//---------------------------------------------------------------------------
//
// Name: STM32_Data_ProgramerApp.h
// Author: ºÎÑǺì
// Created: 2019-11-18 13:18:05
// Description:
//
//---------------------------------------------------------------------------
#ifndef __STM32_DATA_PROGRAMERDLGApp_h__
#define __STM32_DATA_PROGRAMERDLGApp_h__
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#ifndef WX_PRECOMP
#include <wx/wx.h>
#else
#include <wx/wxprec.h>
#endif
class STM32_Data_ProgramerDlgApp : public wxApp
{
public:
bool OnInit();
void SetEnvironment();
int OnExit();
};
#endif