我在dialog(forcall)中自定义一个类checktest,怎么声明它为类成员函数??让checktest可以调用dialog里的flexgrid(m_tableshow)?????也就是
void checktest(int n)
{
m_tableshow.SetRow(n);
}