blob: f45e30373d8bbbedcb2b3585a5c6e871c52b8ef9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// SizingDialog.cpp: implementation of the CSizingDialog class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SizingDialog.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CSizingDialog::CSizingDialog()
{
}
CSizingDialog::~CSizingDialog()
{
}
|