예제 #1
0
 public static GoDogProcess GetGoDogProcess(string inputURL, string outputURL)
 {
     if (_GoDogProcess == null)
     {
         _GoDogProcess = new GoDogProcess(inputURL, outputURL);
     }
     return(_GoDogProcess);
 }
예제 #2
0
 public static GoDogProcess GetGoDogProcess()
 {
     if (_GoDogProcess == null)
     {
         _GoDogProcess = new GoDogProcess();
     }
     return(_GoDogProcess);
 }