回答編集履歴
2
Gobi wo syuusei
    
        answer	
    CHANGED
    
    | 
         @@ -47,7 +47,7 @@ 
     | 
|
| 
       47 
47 
     | 
    
         
             
                            }
         
     | 
| 
       48 
48 
     | 
    
         
             
                            catch
         
     | 
| 
       49 
49 
     | 
    
         
             
                            {
         
     | 
| 
       50 
     | 
    
         
            -
                                Console.WriteLine(" 
     | 
| 
      
 50 
     | 
    
         
            +
                                Console.WriteLine("Error");
         
     | 
| 
       51 
51 
     | 
    
         
             
                            }
         
     | 
| 
       52 
52 
     | 
    
         | 
| 
       53 
53 
     | 
    
         
             
                        }
         
     | 
1
やめて、見ないで
    
        answer	
    CHANGED
    
    | 
         @@ -12,8 +12,8 @@ 
     | 
|
| 
       12 
12 
     | 
    
         
             
                class MainHome
         
     | 
| 
       13 
13 
     | 
    
         
             
                {
         
     | 
| 
       14 
14 
     | 
    
         
             
                    public static int Repetition;
         
     | 
| 
       15 
     | 
    
         
            -
                    public static string transFolderPath = "/Users/ 
     | 
| 
      
 15 
     | 
    
         
            +
                    public static string transFolderPath = "/Users/XXXXX/Documents/TransFolder";
         
     | 
| 
       16 
     | 
    
         
            -
                    public static string devicePath = "/Users/ 
     | 
| 
      
 16 
     | 
    
         
            +
                    public static string devicePath = "/Users/XXXXX/Documents/DeviceFolder";
         
     | 
| 
       17 
17 
     | 
    
         
             
                    public static Timer timer;
         
     | 
| 
       18 
18 
     | 
    
         | 
| 
       19 
19 
     | 
    
         
             
                    protected static void Main()
         
     |