예제 #1
0
파일: Program.cs 프로젝트: weimingtom/pap2
        static void Main(string[] args)
        {
#if true
            parentForm pf = new parentForm();
            pf.ShowDialog();
#else
            NotesManager.doit nm = new NotesManager.doit();
            nm.show(conn, "npc,1");
#endif
        }
예제 #2
0
파일: Program.cs 프로젝트: viticm/pap2
        static void Main(string[] args)
        {
#if true
            parentForm pf = new parentForm();
            pf.ShowDialog(); 

#else

            NotesManager.doit nm = new NotesManager.doit();
            nm.show(conn,"npc,1");
#endif

        }
예제 #3
0
파일: parentForm.cs 프로젝트: viticm/pap2
 private void button1_Click(object sender, EventArgs e)
 {
     nm = new NotesManager.doit();
     panel1.Controls.Clear();
     panel1.Controls.Add(nm.Init(conn));
 }
예제 #4
0
 private void button1_Click(object sender, EventArgs e)
 {
     nm = new NotesManager.doit();
     panel1.Controls.Clear();
     panel1.Controls.Add(nm.Init(conn));
 }