Example #1
0
        public static void startForm()
        {
            AddArtifactsForm form = new AddArtifactsForm();

            form.Show();
            //while (true) { System.Threading.Thread.Sleep(1000); }
        }
Example #2
0
        public static void Main()
        {
            AddArtifactsForm form = new AddArtifactsForm();
            form.Activate();
            Console.ReadLine();
               // Thread t = new Thread(startForm);
              //  t.Start();

            //while (true) { System.Threading.Thread.Sleep(1000); }
        }
Example #3
0
        public static void Main()
        {
            AddArtifactsForm form = new AddArtifactsForm();

            form.Activate();
            Console.ReadLine();
            // Thread t = new Thread(startForm);
            //  t.Start();

            //while (true) { System.Threading.Thread.Sleep(1000); }
        }
Example #4
0
 public static void startForm()
 {
     AddArtifactsForm form = new AddArtifactsForm();
     form.Show();
     //while (true) { System.Threading.Thread.Sleep(1000); }
 }