コード例 #1
0
 static void GetProxy(IMonitorService proxy)
 {
     Console.WriteLine(proxy.GetStatus());
     Console.WriteLine(proxy.GetTotalCash());
 }