using System; namespace ConsoleApplication { public class L12 { public static string Value() { return "L12 " + L22.Value(); } } }