예제 #1
0
		private In8(In8 x)
		{
			Bind(x.RequiredPorts.Q = x.ProvidedPorts.P);
		}
예제 #2
0
		private In8(In8 x, In8 y)
		{
			Bind(x.RequiredPorts.N = y.ProvidedPorts.M);
		}