Exemplo n.º 1
0
        private string GetContent(KyudosudokuSettings settings) =>
#if DEBUG
        File.ReadAllText(Path.Combine(settings.ResourcesDir, Filename));
Exemplo n.º 2
0
 public object ToTag(KyudosudokuSettings settings) => IsJs ? new SCRIPTLiteral(GetContent(settings)) : new STYLELiteral(GetContent(settings));