Пример #1
0
        private void linkLabelSetting_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            var df = new DTRSettingForm {
                MaximizeBox = false, MinimizeBox = false, FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle, StartPosition = FormStartPosition.CenterScreen
            };

            df.ShowDialog();
        }
Пример #2
0
 public DTRSettingDetailForm(DTRSettingForm f)
 {
     df = f;
     InitializeComponent();
 }