示例#1
0
        static void Main(string[] args)
        {
            RawFileTest rf;

            rf = new RawFileTest();
            rf.Test_arDetectMarkerLite();
        }
示例#2
0
 public static void main(String[] args)
 {
     try
     {
         RawFileTest t = new RawFileTest();
         //t.Test_arGetVersion();
         t.Test_arDetectMarkerLite();
     }
     catch (Exception e)
     {
         Console.WriteLine(e.ToString());
     }
 }
示例#3
0
 static void Main(string[] args)
 {
     RawFileTest rf;
     rf = new RawFileTest();
     rf.Test_arDetectMarkerLite();
 }
示例#4
0
 public static void main(String[] args)
 {
     try
     {
         RawFileTest t = new RawFileTest();
         //t.Test_arGetVersion();
         t.Test_arDetectMarkerLite();
     }
     catch (Exception e)
     {
         Console.WriteLine(e.ToString());
     }
 }