• 您的位置我爱Aspx >> VB.Net >> 用VB.NET创建一个三层应用程序的例子……
  • 用VB.NET创建一个三层应用程序的例子……

  • 作者:aspxer  来源:internet  日期:2007-5-20 14:02:24  关键字:.net,三层
  • Friend WithEvents Client_DataSet As Data_Access_表示层.localhost.super_ds

    Friend WithEvents DataGrid1 As System.Windows.Forms.DataGrid

    @#Required by the Windows Form Designer

    Private components As System.ComponentModel.Container

    @#NOTE: The following procedure is required by the Windows Form Designer

    @#It can be modified using the Windows Form Designer.

    @#Do not modify it using the code editor.

    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()

    Me.Button1 = New System.Windows.Forms.Button()

    Me.Button2 = New System.Windows.Forms.Button()

    Me.Button3 = New System.Windows.Forms.Button()

    Me.Client_DataSet = New Data_Access_表示层.localhost.super_ds()

    Me.DataGrid1 = New System.Windows.Forms.DataGrid()

    CType(Me.Client_DataSet, System.ComponentModel.ISupportInitialize).BeginInit()

    我对这篇文章有话说?
  • 广告位招租,广告代号:content_468_15
  • 上一篇:没有了!
    下一篇:Visual Basic .NET支持动态属性……