Ejemplo n.º 1
0
        protected void Page_Init(object sender, EventArgs e)
        {
            AssociationExpensesManager.ConfigurePerIndex(Association, year(), month());

            mainHeader.InnerText = "Facturi pentru luna " + CultureInfo.CurrentCulture.DateTimeFormat.GetMonthName(month()) + " " + year();
            InitializeInvoice();
        }