Partial Class _Default Inherits System.Web.UI.MobileControls.MobilePage Dim fetion As New NullStudio.Fetion_SDK.FetionSDK
Protected Sub Command1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Command1.Click fetion.AccountManager.FillUserIdAndPassword(Me.TextBox1.Text, Me.TextBox2.Text, False)
System.Threading.Thread.Sleep(500) Dim i As Short i = fetion.AccountManager.Login() System.Threading.Thread.Sleep(500) If i = -1 Then ActiveForm = Form2
End If ActiveForm = Form1
End Sub End Class
fetion.AccountManager.FillUserIdAndPassword(Me.TextBox1.Text, Me.TextBox2.Text, False) 提示:用户代码未处理nullReferenceException. 怎么回事呢?lz我的qq是605355232,加我qq聊下了 |
|