style: rename Lab4.Raides -> Lab4.LetterFrequency
This commit is contained in:
parent
b74a914278
commit
e262563742
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
namespace Lab4.Raides
|
||||
namespace Lab4.LetterFrequency
|
||||
{
|
||||
static class InOut
|
||||
{
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using System.Text;
|
||||
|
||||
namespace Lab4.Raides
|
||||
namespace Lab4.LetterFrequency
|
||||
{
|
||||
/** To count letters frequency */
|
||||
class LettersFrequency
|
@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace Lab4.Raides
|
||||
namespace Lab4.LetterFrequency
|
||||
{
|
||||
class Program
|
||||
{
|
2
Lab4.sln
2
Lab4.sln
@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.28307.1525
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lab4.Raides", "Lab4.Raides\Lab4.Raides.csproj", "{1966BAA5-C5E8-4F18-A1CB-69A0B2FFD5CE}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lab4.LetterFrequency", "Lab4.LetterFrequency\Lab4.LetterFrequency.csproj", "{F1797B5C-1541-4821-9485-7C3520C5DD8D}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
Loading…
Reference in New Issue
Block a user