public class ProductViewModel : MvxViewModel { public void Init(int productId, int clientId) { .... } } With a type ...
確定! 回上一頁