コード例 #1
0
 public static void Save_STDdata(this IKeepMySTD s)
 {
     if (s != null)
     {
         s.Config_STD = s.Encode().ToString();
     }
 }