| Line | |
|---|
| 1 | using System;
|
|---|
| 2 | using System.Collections.Generic;
|
|---|
| 3 | using System.ComponentModel;
|
|---|
| 4 | using System.Data;
|
|---|
| 5 | using System.Drawing;
|
|---|
| 6 | using System.Text;
|
|---|
| 7 | using System.Windows.Forms;
|
|---|
| 8 |
|
|---|
| 9 | using log4net;
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 | namespace 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.