diff options
Diffstat (limited to 'Shutdown/SizingDialog.cpp')
-rw-r--r-- | Shutdown/SizingDialog.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Shutdown/SizingDialog.cpp b/Shutdown/SizingDialog.cpp new file mode 100644 index 0000000..f45e303 --- /dev/null +++ b/Shutdown/SizingDialog.cpp @@ -0,0 +1,20 @@ +// SizingDialog.cpp: implementation of the CSizingDialog class. +// +////////////////////////////////////////////////////////////////////// + +#include "stdafx.h" +#include "SizingDialog.h" + +////////////////////////////////////////////////////////////////////// +// Construction/Destruction +////////////////////////////////////////////////////////////////////// + +CSizingDialog::CSizingDialog() +{ + +} + +CSizingDialog::~CSizingDialog() +{ + +} |