From f3ac72a69d45392c1799cdf4fcdeb46a2176e250 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 12 May 2018 09:13:32 -0400 Subject: about form --- ShiftOS Decypter/About.vb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ShiftOS Decypter/About.vb (limited to 'ShiftOS Decypter/About.vb') diff --git a/ShiftOS Decypter/About.vb b/ShiftOS Decypter/About.vb new file mode 100644 index 0000000..8323917 --- /dev/null +++ b/ShiftOS Decypter/About.vb @@ -0,0 +1,5 @@ +Public Class About + Private Sub RichTextBox1_TextChanged(sender As Object, e As EventArgs) Handles RichTextBox1.TextChanged + + End Sub +End Class \ No newline at end of file -- cgit v1.2.3