2025-04-15 12:10:19 +02:00

16 lines
354 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Controls;
namespace GestoreTrimestrale
{
public class ContextControls
{
public TextBlock PreGenerationTextBlock { get; set; }
public TextBlock PreGeneration2TextBlock { get; set; }
}
}