Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
neuroling_public
Deprector
Commits
1ea11ae6
Commit
1ea11ae6
authored
5 months ago
by
yzontov
Browse files
Options
Download
Patches
Plain Diff
Source code uploaded to public repository
parent
b6dc943a
master
No related merge requests found
Changes
85
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Deprector.sln
+27
-0
Deprector.sln
Deprector/App.xaml
+26
-0
Deprector/App.xaml
Deprector/App.xaml.cs
+30
-0
Deprector/App.xaml.cs
Deprector/Data/BrowserService.cs
+24
-0
Deprector/Data/BrowserService.cs
Deprector/Data/CountryService.cs
+12
-0
Deprector/Data/CountryService.cs
Deprector/Data/Helper.cs
+94
-0
Deprector/Data/Helper.cs
Deprector/Data/Result.cs
+30
-0
Deprector/Data/Result.cs
Deprector/Data/ResultsService.cs
+74
-0
Deprector/Data/ResultsService.cs
Deprector/Data/User.cs
+33
-0
Deprector/Data/User.cs
Deprector/Data/UsersService.cs
+74
-0
Deprector/Data/UsersService.cs
Deprector/Deprector.csproj
+65
-0
Deprector/Deprector.csproj
Deprector/Interface/IAudioPlayerService.cs
+17
-0
Deprector/Interface/IAudioPlayerService.cs
Deprector/Interface/IRecordAudioService.cs
+18
-0
Deprector/Interface/IRecordAudioService.cs
Deprector/Main.razor
+11
-0
Deprector/Main.razor
Deprector/MainPage.xaml
+14
-0
Deprector/MainPage.xaml
Deprector/MainPage.xaml.cs
+116
-0
Deprector/MainPage.xaml.cs
Deprector/MauiProgram.cs
+55
-0
Deprector/MauiProgram.cs
Deprector/Pages/Gift.razor
+104
-0
Deprector/Pages/Gift.razor
Deprector/Pages/Index.razor
+36
-0
Deprector/Pages/Index.razor
Deprector/Pages/Party.razor
+105
-0
Deprector/Pages/Party.razor
with
965 additions
and
0 deletions
+965
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets