repo.or.cz
/
amule.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Upstream tarball 20080609
[amule.git]
/
src
/
remote-gui.net
/
AddLinkDialog.cs
blob
94daaaf20f4d82d8c8006fb9956bf033bf9b1284
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
namespace
amule
.
net
{
10
public partial class
AddLinkDialog
:
Form
{
11
public
AddLinkDialog
()
12
{
13
InitializeComponent
();
14
}
15
}
16
}