Exemple #1
0
        public Network INetwork()
        {
            TriangleNetwork network = new TriangleNetwork();

            network.Initialize();
            return(network);
        }
 public Network INetwork()
 {
     TriangleNetwork network = new TriangleNetwork();
     network.Initialize();
     return network;
 }