|
Wersja 711, 0.6 KB
(wprowadzona przez dorota, 18 years temu)
|
|
updater - zarowno do bazy zamowien jak i do baze reklam
|
| Rev | Line | |
|---|
| [711] | 1 | using System;
|
|---|
| 2 | using System.Collections.Generic;
|
|---|
| 3 | using System.Windows.Forms;
|
|---|
| 4 |
|
|---|
| 5 | namespace Updater
|
|---|
| 6 | {
|
|---|
| 7 | static class Program
|
|---|
| 8 | {
|
|---|
| 9 |
|
|---|
| 10 | #region Methods (1)
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 | // Private Methods (1)
|
|---|
| 14 |
|
|---|
| 15 | /// <summary>
|
|---|
| 16 | /// The main entry point for the application.
|
|---|
| 17 | /// </summary>
|
|---|
| 18 | [STAThread]
|
|---|
| 19 | static void Main(string[] arg)
|
|---|
| 20 | {
|
|---|
| 21 | Application.EnableVisualStyles();
|
|---|
| 22 | Application.SetCompatibleTextRenderingDefault(false);
|
|---|
| 23 | Application.Run(new UpdateForm(arg[0]));
|
|---|
| 24 | }
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 | #endregion Methods
|
|---|
| 28 |
|
|---|
| 29 | }
|
|---|
| 30 | } |
|---|
Notatka: Zobacz
TracBrowser
aby uzyskać więcej informacji.