update 20251113
This commit is contained in:
@@ -158,7 +158,7 @@ namespace OnDoc
|
||||
//dokList1.refresh_dokumente();
|
||||
FileStream dictornyrystream = new FileStream(System.Windows.Forms.Application.StartupPath + @"\hyph_de_CH.dic", FileMode.Open, FileAccess.Read);
|
||||
Hyphenator.Dictionaries.Add("de-CH", dictornyrystream);
|
||||
|
||||
this.Refresh();
|
||||
}
|
||||
|
||||
|
||||
@@ -534,5 +534,23 @@ namespace OnDoc
|
||||
}
|
||||
db = null;
|
||||
}
|
||||
|
||||
private void Start_Shown(object sender, EventArgs e)
|
||||
{
|
||||
this.SuspendLayout();
|
||||
//this.BeginUpdate();
|
||||
// this.WindowState = FormWindowState.Minimized;
|
||||
//this.Focus();
|
||||
//this.dokList1.Focus();
|
||||
//this.Activate();
|
||||
this.WindowState = FormWindowState.Normal;
|
||||
//this.EndUpdate();
|
||||
this.ResumeLayout();
|
||||
}
|
||||
|
||||
private void Start_Load_1(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user