We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17859f0 commit 65c83b2Copy full SHA for 65c83b2
2 files changed
eft-where-am-i/UserControls/WhereAmI.cs
@@ -30,7 +30,8 @@ public partial class WhereAmI : UserControl
30
"streets",
31
"lab",
32
"labyrinth",
33
- "terminal"
+ "terminal",
34
+ "icebreaker"
35
};
36
private string siteUrl;
37
private bool whereAmIClick = false;
eft-where-am-i/eft-where-am-i.csproj.user
@@ -4,6 +4,9 @@
4
<Compile Update="Form1.cs">
5
<SubType>Form</SubType>
6
</Compile>
7
+ <Compile Update="UserControls\ServerLocation.cs">
8
+ <SubType>UserControl</SubType>
9
+ </Compile>
10
<Compile Update="UserControls\SettingPage.cs">
11
<SubType>UserControl</SubType>
12
0 commit comments