C# Code, Windows Programming, Tutorial, ADO.NET thing that i learned.
using System;
using System.Windows.Forms;
using System.Drawing;
class myfrm : Form
{
}
class Program
static void Main(string[] args)
myfrm f = new myfrm();
f.ShowDialog();
No comments:
Post a Comment