Exemple #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
        }
Exemple #2
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

        }