コード例 #1
0
ファイル: DisplayParser.cs プロジェクト: larsw/storyteller
 public static string FirstKey(string template)
 {
     return(DisplayParser.GetKeys(template).First());
 }
コード例 #2
0
 public void SetUp()
 {
     writer = new RecordingWriter();
     parser = new DisplayParser(writer);
 }