repo.or.cz
/
TortoiseGit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Statically link ATL where needed
[TortoiseGit.git]
/
contrib
/
issue-tracker-plugins
/
ExampleCsPlugin
/
OptionsForm.cs
blob
b736b79c6b618856a2606af37608f0e6a0923a90
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
;
9
10
namespace
ExampleCsPlugin
11
{
12
public partial class
OptionsForm
:
Form
13
{
14
public
OptionsForm
( )
15
{
16
InitializeComponent
( );
17
}
18
19
}
20
}