mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-19 19:29:15 +12:00
fix namespace
This commit is contained in:
parent
a6971306a4
commit
c96bcd01fd
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ namespace HISP.Cli.Properties {
|
|||
public static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HISP.Properties.Resources", typeof(Resources).Assembly);
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("HISP.Cli.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue