示例#1
0
        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

        }