Example #1
0
        public static void Main(string[] args)
        {
            Galilei galilei = new Galilei("config.json");

            galilei.Start();

            Console.ReadKey();
        }
Example #2
0
        public static void Main(string[] args)
        {
            Galilei galilei = new Galilei("config.json");

            galilei.Start();

            Console.ReadKey();
        }
Example #3
0
 public void SetUp()
 {
     System.IO.File.Copy("test_config.json.example", "test_config.json", true);
     galilei = new Galilei("test_config.json");
     galilei.Start();
 }
Example #4
0
 public void SetUp()
 {
     System.IO.File.Copy("test_config.json.example", "test_config.json", true);
     galilei = new Galilei("test_config.json");
     galilei.Start();
 }