16 lines
354 B
C#
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; }
|
|
}
|
|
}
|