mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-04-30 02:37:49 +02:00
Added newline between methods
This commit is contained in:
parent
493966c4d1
commit
983e9e7dca
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ namespace SMBLibrary.Server
|
|||
share.FileSystem = fileSystem;
|
||||
this.Add(share);
|
||||
}
|
||||
|
||||
public bool Contains(string shareName, StringComparison comparisonType)
|
||||
{
|
||||
return (this.IndexOf(shareName, comparisonType) != -1);
|
||||
|
|
Loading…
Add table
Reference in a new issue