示例#1
0
 static public void Clear()
 {
     try
     {
         UserStorage.Delete("AppLogs.txt");
     }
     catch { /* Avoid any exception at this point. */ }
 }