コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: Zhengqi-Cai/CPP
 public void configPathAndServerEp(string[] args)
 {
     serverEndPoint_ = CsEndPoint.fromString(args[1]);
     if (args[1] != ".")
     {
         PathTextBlock.Text = args[2];
         pathStack_.Push(args[2]);
     }
 }