void Csketcher2View::OnDraw(CDC* /*pDC*/)
{
Csketcher2Doc* pDoc = GetDocument();
ASSERT_VALID(pDoc);
if (!pDoc)
return; // TODO: 在此处为本机数据添加绘制代码

}