diff options
Diffstat (limited to 'ShiftOS Decypter/About.vb')
| -rw-r--r-- | ShiftOS Decypter/About.vb | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
