Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jJRahnama committed Jul 7, 2021
1 parent 52491a0 commit a03edbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ internal partial class StringsHelper : Strings

internal StringsHelper()
{
resources = new ResourceManager("Microsoft.Data.SqlClient.Resources.Strings", this.GetType().Assembly);
resources = new ResourceManager("Microsoft.Data.SqlClient.Resources.Strings", GetType().Assembly);
}

private static StringsHelper GetLoader()
Expand Down

0 comments on commit a03edbc

Please sign in to comment.