추석전 변경사항

This commit is contained in:
chikyun.kim
2018-09-26 08:20:12 +09:00
parent 6ddd4736a3
commit 30583ad369
260 changed files with 4266 additions and 404 deletions

View File

@@ -303,5 +303,12 @@ namespace Project
f.Show();
}
private void minutesToolStripMenuItem_Click(object sender, EventArgs e)
{
var f = new FBS0000.fMinutes();
f.MdiParent = this;
f.Show();
}
}
}