//=========================================================================
void wxGUIEditorGraphicBBS::OnCreatePackage(wxCommandEvent& event) {
- //bbtkSystemTools::CreatePackage();
+ bbtkSystemTools::CreatePackage();
}
//=========================================================================
void wxGUIEditorGraphicBBS::OnCreateBlackBox(wxCommandEvent& event) {
- //bbtkSystemTools::CreateBlackBox();
+ bbtkSystemTools::CreateBlackBox();
}
//=========================================================================
void wxGUIEditorGraphicBBS::OnPlugPackage(wxCommandEvent& event) {