예제 #1
0
 public static void putString(this BaseBundle bundle, string key, string value)
 {
     bundle.PutString(key, value);
 }