root/branches/TruckExpo/TruckExpoClientComparer/Form1.cs @ 645

Wersja 434, 486 bytes (wprowadzona przez marek, 17 years temu)

re #111

Line 
1using System;
2using System.Collections.Generic;
3using System.ComponentModel;
4using System.Data;
5using System.Drawing;
6using System.Text;
7using System.Windows.Forms;
8
9using log4net;
10
11
12namespace TruckExpoClientComparer
13{
14    public partial class Form1 : Form
15    {
16        private static readonly ILog log = LogManager.GetLogger(typeof(Form1));
17
18        public Form1()
19        {
20            InitializeComponent();
21
22            log.Debug("Form1");
23        }
24    }
25}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.