예제 #1
0
파일: plot.cs 프로젝트: isaac0821/LifeGame
        public void CallInfoNoteAddNew(string LiteratureTitle)
        {
            frmInfoNote frmInfoNote = new frmInfoNote(LiteratureTitle);

            frmInfoNote.Show();
        }
예제 #2
0
파일: plot.cs 프로젝트: isaac0821/LifeGame
        public void CallInfoNote(CNote info)
        {
            frmInfoNote frmInfoNote = new frmInfoNote(info);

            frmInfoNote.Show();
        }