This commit is contained in:
2020-11-29 11:05:11 +01:00
commit c0b307e98f
343 changed files with 24871 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
namespace Mercat_1
{
/// <summary>
/// Lógica de interacción para SingleNumericTextBoxView.xaml
/// </summary>
public partial class SingleNumericTextBoxView : UserControl
{
public SingleNumericTextBoxView()
{
InitializeComponent();
}
}
}