示例#1
0
        public TasksForm(ConfigurationSerializer.Sample sample)
        {
            _sample = sample;

            InitializeComponent();

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

            FillInInformations();
        }
示例#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();
 }
示例#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();
 }