summaryrefslogtreecommitdiffstats
path: root/PC/AccountValue/Form3.cs
diff options
context:
space:
mode:
Diffstat (limited to 'PC/AccountValue/Form3.cs')
-rw-r--r--PC/AccountValue/Form3.cs31
1 files changed, 31 insertions, 0 deletions
diff --git a/PC/AccountValue/Form3.cs b/PC/AccountValue/Form3.cs
new file mode 100644
index 0000000..96d6805
--- /dev/null
+++ b/PC/AccountValue/Form3.cs
@@ -0,0 +1,31 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Text;
+using System.Windows.Forms;
+
+
+
+//##############################// AccountValue Tool####################################
+// Mounten von Netzlaufwerken / Verbindung mit dem Drucker / Kontoaufwertung / DiskSpace
+// #####################################################################################
+// (C) 2005 - 2006 Randolph Welte randy@uni-freiburg.de#################################
+
+
+namespace AccountValue
+{
+ public partial class Form3 : Form
+ {
+ public Form3()
+ {
+ InitializeComponent();
+ }
+
+ private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
+ {
+
+ }
+ }
+} \ No newline at end of file