Server.MyRemoteObject.MyRemoteObject C# (CSharp) 메소드

MyRemoteObject() 공개 메소드

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