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
        public TasksForm(ConfigurationSerializer.Sample sample)
        {
            _sample = sample;

            InitializeComponent();

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

            FillInInformations();
        }