first commit
This commit is contained in:
61
Lab7/bpngbttn.cpp
Normal file
61
Lab7/bpngbttn.cpp
Normal file
@@ -0,0 +1,61 @@
|
||||
//## begin module.cm preserve=no
|
||||
|
||||
// %X% %Q% %Z% %W%
|
||||
|
||||
//## end module.cm
|
||||
|
||||
|
||||
|
||||
//## begin module.cp preserve=no
|
||||
|
||||
//## end module.cp
|
||||
|
||||
|
||||
|
||||
//## Module: BeepingBH; Pseudo Package body
|
||||
|
||||
//## Subsystem: lab7
|
||||
|
||||
//## Source file: H:\kurs\avC++\lab7\BpngBttn.cpp
|
||||
|
||||
|
||||
|
||||
//## begin module.additionalIncludes preserve=no
|
||||
|
||||
//## end module.additionalIncludes
|
||||
|
||||
|
||||
|
||||
//## begin module.includes preserve=yes
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
//## end module.includes
|
||||
|
||||
|
||||
|
||||
// BeepingBH
|
||||
|
||||
#include "BpngBttn.h"
|
||||
|
||||
//## begin module.additionalDeclarations preserve=yes
|
||||
|
||||
//## end module.additionalDeclarations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Class BeepingBH
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
BeepingBH::BeepingBH()
|
||||
|
||||
//## begin BeepingBH::BeepingBH%.hasinit preserve=no
|
||||
|
||||
//## end BeepingBH::BeepingBH%.hasinit
|
||||
|
||||
//## begin BeepingBH::BeepingBH%.initialization preserve=yes
|
||||
Reference in New Issue
Block a user