1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
namespace MoMoney.Presentation.Presenters { public class Build { public static IExpandoBuilder task_pane() { return new ExpandoBuilder(); } public static IExpandoItemBuilder task_pane_item() { return new ExpandoItemBuilder(); } } }