Skip to content

Commit 113ebae

Browse files
committed
Adjust namespaces
1 parent 10ac470 commit 113ebae

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

docs/standard/datetime/snippets/timeprovider-overview/csharp/CalendarHelper.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System;
2-
3-
namespace ExampleProject;
1+
namespace ExampleProject;
42

53
//<CalendarHelper>
64
public static class CalendarHelper

docs/standard/datetime/snippets/timeprovider-overview/csharp/MoonLandingTimeProviderPST.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System;
2-
3-
namespace myproject;
1+
namespace ExampleProject;
42

53
//<CustomProvider>
64
public class MoonLandingTimeProviderPST: TimeProvider

docs/standard/datetime/snippets/timeprovider-overview/csharp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using myproject;
1+
using ExampleProject;
22

33
Console.WriteLine(@"_./-==--======- getlocal -======--==-\._");
44

docs/standard/datetime/snippets/timeprovider-overview/vb/myproject.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<RootNamespace>dateonlytimeonly</RootNamespace>
5+
<RootNamespace>ExampleProject</RootNamespace>
66
<TargetFramework>net9.0</TargetFramework>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)