コード例 #1
0
ファイル: FamilyEventParse.cs プロジェクト: zhifu10001/YAGP
        private static void commonAddr2(StructParseContext ctx, int linedex, char level)
        {
            var dad = (ctx.Parent as EventCommon);

            dad.Address = AddrStructParse.OtherTag(ctx, ctx.Tag, dad.Address);
        }
コード例 #2
0
ファイル: RepoParse.cs プロジェクト: petefullergreen-nrr/YAGP
        private void commonAddr2(ParseContext2 ctx)
        {
            var dad = (ctx.Parent as Repository);

            dad.Addr = AddrStructParse.OtherTag(ctx, ctx.Tag, dad.Addr);
        }