Exemplo n.º 1
0
		private In8(In8 x)
		{
			Bind(x.RequiredPorts.Q = x.ProvidedPorts.P);
		}
Exemplo n.º 2
0
		private In8(In8 x, In8 y)
		{
			Bind(x.RequiredPorts.N = y.ProvidedPorts.M);
		}