Server.MyRemoteObject.MyRemoteObject C# (CSharp) Méthode

MyRemoteObject() public méthode

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