Server.MyRemoteObject.MyRemoteObject C# (CSharp) Method

MyRemoteObject() public method

public MyRemoteObject ( ) : System
return System
		public MyRemoteObject ()
		{
			if (this.test != null)
				Console.WriteLine ("Value of test: " + this.test.t);
		}