Ejemplo n.º 1
0
 public TextCountForm()
 {
     InitializeComponent();
     regPref = new RegPref(this);
     enableSearchStart_CheckedChanged(null, null);
     enableSearchEnd_CheckedChanged(null, null);
 }
Ejemplo n.º 2
0
 public TextPasteForm()
 {
     InitializeComponent();
     regPref = new RegPref(this);
 }
Ejemplo n.º 3
0
 private void 设置备份_Click(object sender, RibbonControlEventArgs e)
 {
     RegPref.SaveToFile();
 }