diff options
| author | EverythingWindows <[email protected]> | 2022-11-03 22:27:40 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-03 22:27:40 +0700 |
| commit | 37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4 (patch) | |
| tree | a4f5166ec67b49cd9c4d3dc3d49c786823c81e97 /ShiftOS-TheRevival/My Project/Resources.Designer.vb | |
| parent | 003fd87c55056e22ac01666cefce98f66d61307e (diff) | |
| download | shiftos-therevival-old-37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4.tar.gz shiftos-therevival-old-37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4.tar.bz2 shiftos-therevival-old-37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4.zip | |
v0.2.2 stuff working on
Diffstat (limited to 'ShiftOS-TheRevival/My Project/Resources.Designer.vb')
| -rw-r--r-- | ShiftOS-TheRevival/My Project/Resources.Designer.vb | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/My Project/Resources.Designer.vb b/ShiftOS-TheRevival/My Project/Resources.Designer.vb index 62a3fe0..b1c515d 100644 --- a/ShiftOS-TheRevival/My Project/Resources.Designer.vb +++ b/ShiftOS-TheRevival/My Project/Resources.Designer.vb @@ -70,12 +70,30 @@ Namespace My.Resources End Property '''<summary> - ''' Looks up a localized string similar to 0.2.0. + ''' Looks up a localized string similar to 0.2.1. '''</summary> Friend ReadOnly Property CurrentVersion() As String Get Return ResourceManager.GetString("CurrentVersion", resourceCulture) End Get End Property + + '''<summary> + ''' Looks up a localized string similar to Clears all contents of the terminal. + '''</summary> + Friend ReadOnly Property man_clear() As String + Get + Return ResourceManager.GetString("man_clear", resourceCulture) + End Get + End Property + + '''<summary> + ''' Looks up a localized string similar to Shows the value of codepoint in your wallet. + '''</summary> + Friend ReadOnly Property man_codepoint() As String + Get + Return ResourceManager.GetString("man_codepoint", resourceCulture) + End Get + End Property End Module End Namespace |
