コード例 #1
0
ファイル: SCL.cs プロジェクト: ttgzs/opensclconfig-code
 public int AddSubnetwork(string name)
 {
     if (Communication == null)
     {
         Communication = new tCommunication();
     }
     return(Communication.AddSubNetwork(null));
 }