Beispiel #1
0
        private void btnPermissionHelp_Click(object sender, EventArgs e)
        {
            UpdateHistory uh = new UpdateHistory("权限说明", "permission.txt");

            uh.ShowDialog(this);
        }
Beispiel #2
0
        private void btnUpdateHistory_Click(object sender, EventArgs e)
        {
            UpdateHistory uh = new UpdateHistory("更新历史记录", "readme.txt");

            uh.ShowDialog(this);
        }