int main(){ MyForm fm; fm.ShowDialog(); return 0; }
int main() { MyForm as; as.ShowDialog(); return 0; }