[STAThread]
Main
{
Application.Run (new Form1());
new Form2().ShowDia log();
}
Form2 can't be show. WhatZ the throuble? it seems no messageloop
Main
{
Application.Run (new Form1());
new Form2().ShowDia log();
}
Form2 can't be show. WhatZ the throuble? it seems no messageloop
Comment