예제 #1
0
파일: SetRow.cs 프로젝트: larsw/storyteller
 public SetRow()
 {
     Values = new SimpleDictionary();
     Result = SetMatch.Unknown;
 }
예제 #2
0
 public SetRow()
 {
     Values = new SimpleDictionary();
     Result = SetMatch.Unknown;
 }