/[H8]/trunk/docs/Microchip TCP_IP stack/TCPIP Stack/Microchip Ethernet Discoverer/Program.cs
ViewVC logotype

Contents of /trunk/docs/Microchip TCP_IP stack/TCPIP Stack/Microchip Ethernet Discoverer/Program.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15 - (show annotations) (download)
Thu Apr 19 09:01:15 2007 UTC (17 years, 1 month ago) by hedin
File size: 493 byte(s)
added the TCP/IP stack, source code.
1 using System;
2 using System.Collections.Generic;
3 using System.Windows.Forms;
4
5 namespace Embedded_Device_Discoverer
6 {
7 static class Program
8 {
9 /// <summary>
10 /// The main entry point for the application.
11 /// </summary>
12 [STAThread]
13 static void Main()
14 {
15 Application.EnableVisualStyles();
16 Application.SetCompatibleTextRenderingDefault(false);
17 Application.Run(new Form1());
18 }
19 }
20 }

  ViewVC Help
Powered by ViewVC 1.1.20