Last-Modified: Tue, 28 Jul 2026 05:51:56 GMT Expires: Fri, 25 Jul 2036 05:51:56 GMT Properties « Tango.Scripting « Visual_Studio « Software - Tango - Twine softwares
aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Scripting/Properties
ModeNameSize
-rw-r--r--AssemblyInfo.cs200logstatsplain
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
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 Tango.PPC.Maintenance.Views
{
    /// <summary>
    /// Interaction logic for GeneralGuideView.xaml
    /// </summary>
    public partial class GeneralGuideView : UserControl
    {
        public GeneralGuideView()
        {
            InitializeComponent();
        }

        private void TouchCheckBox_Loaded(object sender, RoutedEventArgs e)
        {

        }
    }
}