0
鑑於以下代碼我將如何更改/設置代碼中的Silverlight WCF服務URI?鑑於以下代碼我將如何更改/設置代碼中的Silverlight WCF服務URI?
mySvc.InsertPOCompleted += new EventHandler<SalesSimplicityPO_SL.POSvc.InsertPOCompletedEventArgs>(mySvc_InsertPOCompleted);
mySvc.InsertPOAsync(InitialsTextBox.Text.ToString(), DescTextBox.Text.ToString(), ClientTextBox.Text.ToString());