Ejemplo n.º 1
0
        /// <summary>
        /// The class's construction
        /// </summary>
        public ConfigForm()
        {
            InitializeComponent();

            _cA  = new CAddition();
            _cFD = new CFolderDialog();
            _cSC = new CSyncContext();
            _mF  = new MainForm();
        }
Ejemplo n.º 2
0
        /// <summary>
        /// Class Form1's constructor
        /// </summary>
        public MainForm()
        {
            InitializeComponent();

            _errorList = new List <string>();
            _cS        = new CSafety();
            _cSC       = new CSyncContext();
            _cUS       = new CUserSettings();
            _cM        = new CMistake();
            _context   = SynchronizationContext.Current;
        }