Exemplo n.º 1
0
        public TasksForm(ConfigurationSerializer.Sample sample)
        {
            _sample = sample;

            InitializeComponent();

            _origin = _explainRadioButton.Left; // _runRadioButton could also be used here ...

            FillInInformations();
        }
Exemplo n.º 2
0
 private void _loadSamplesWorker_DoWork(object sender, System.ComponentModel.DoWorkEventArgs e)
 {
     // The XML library of .NET is partially damn slow. So we use multithreading here.
     _serializer = new ConfigurationSerializer();
 }
Exemplo n.º 3
0
 private void _loadSamplesWorker_DoWork(object sender, System.ComponentModel.DoWorkEventArgs e)
 {
     // The XML library of .NET is partially damn slow. So we use multithreading here.
     _serializer = new ConfigurationSerializer();
 }