예제 #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

        }