コード例 #1
0
 public static FileLog GetInstance()
 {
     return(instance ?? (instance = new FileLog()));
 }