]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blob - Constructor/conductptywnd.h
3afb970317d16f90ced299b1c69a8620cd76f420
[z.facultad/75.42/plaqui.git] / Constructor / conductptywnd.h
1 //conductptywnd.h
2
3 #ifndef _CONDUCTPTYWND_H_
4 #define _CONDUCTPTYWND_H_
5
6 #include "propertywnd.h"
7
8 class ConductPtyWnd : public PropertyWnd{
9         public:
10                 ConductPtyWnd();
11                 virtual ~ConductPtyWnd();
12         protected:
13                 
14         
15 };
16
17 #endif