use of form.show in c sharp
namespace notepad
{
class Program
{
static void Main(string[] args)
{
Form1 fm1=new Form1();
fm1.Show();
}
}
}
namespace notepad
{
class Program
{
static void Main(string[] args)
{
Form1 fm1=new Form1();
fm1.Show();
}
}
}
0 comments: