Skip to content
Snippets Groups Projects
Commit f2b487bc authored by MaZiFAU's avatar MaZiFAU
Browse files

changedd acces modifier

parent 597ba19b
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ public bool IsSet ...@@ -35,7 +35,7 @@ public bool IsSet
public string ScrollFactURI public string ScrollFactURI
{ {
get => _ScrollFactURI; get => _ScrollFactURI;
set private set
{ {
_ScrollFactURI = value; _ScrollFactURI = value;
SetLabel(null); SetLabel(null);
......
...@@ -791,7 +791,7 @@ public override MMTFact MakeMMTDeclaration() ...@@ -791,7 +791,7 @@ public override MMTFact MakeMMTDeclaration()
{ {
throw new NotImplementedException(); throw new NotImplementedException();
} }
public override SOMDoc Defines() public override SOMDoc Defines()
{ {
throw new NotImplementedException(); throw new NotImplementedException();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment