コード例 #1
0
ファイル: TasksForm.cs プロジェクト: andyhebear/mogresdk
        public TasksForm(ConfigurationSerializer.Sample sample)
        {
            _sample = sample;

            InitializeComponent();

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

            FillInInformations();
        }
コード例 #2
0
ファイル: TasksForm.cs プロジェクト: andyhebear/mogresdk
        public TasksForm(ConfigurationSerializer.Sample sample)
        {
            _sample = sample;

            InitializeComponent();

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

            FillInInformations();
        }