Commit a93bc147 authored by nanahira's avatar nanahira

hint after loading base64

parent 2737244b
...@@ -215,10 +215,11 @@ public class selectDeck : WindowServantSP ...@@ -215,10 +215,11 @@ public class selectDeck : WindowServantSP
} }
System.IO.File.WriteAllText("deck/" + superScrollView.selectedString + ".ydk", value, System.Text.Encoding.UTF8); System.IO.File.WriteAllText("deck/" + superScrollView.selectedString + ".ydk", value, System.Text.Encoding.UTF8);
printSelected(); printSelected();
RMSshow_none(InterString.Get("卡组代码加载成功。"));
} }
catch (Exception) catch (Exception)
{ {
RMSshow_none(InterString.Get("卡组代码无效。")); RMSshow_none(InterString.Get("卡组代码加载失败。"));
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment