Update changelog
[TortoiseGit.git] / contrib / issue-tracker-plugins / ExampleCsPlugin / OptionsForm.cs
blobb736b79c6b618856a2606af37608f0e6a0923a90
1 using System;
2 using System.Collections.Generic;
3 using System.ComponentModel;
4 using System.Data;
5 using System.Drawing;
6 using System.Linq;
7 using System.Text;
8 using System.Windows.Forms;
10 namespace ExampleCsPlugin
12 public partial class OptionsForm : Form
14 public OptionsForm( )
16 InitializeComponent( );