Compare commits
No commits in common. "934011e3e3754797e71cc00cc3d15c5bb9816ca6" and "7699f43282075c2850fdef01706d4ed173b24cf4" have entirely different histories.
934011e3e3
...
7699f43282
Binary file not shown.
@ -1,13 +1,9 @@
|
|||||||
using AxibugTransfer.Tcp;
|
using AxibugTransfer.Tcp;
|
||||||
using AxibugTransfer.Config;
|
using AxibugTransfer.Config;
|
||||||
|
|
||||||
|
|
||||||
Console.WriteLine("AxibugTransfer Ver.0.1 By 皓月");
|
|
||||||
|
|
||||||
if (!Config.LoadConfig(out List<CfgInfo> cfgList))
|
if (!Config.LoadConfig(out List<CfgInfo> cfgList))
|
||||||
{
|
{
|
||||||
Console.WriteLine("请检查配置文件!");
|
Console.WriteLine("请检查配置文件!");
|
||||||
Console.ReadLine();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user