It seems is not generating any methods in BOcampos. How can I check this out?
Regards
But in my case I have
Option Explicit On
Imports MicroFour.StrataFrame.Business
Imports MicroFour.StrataFrame.Security
Imports MicroFour.StrataFrame.UI.Windows.Forms
Imports System.Collections.Generic
Imports System.ComponentModel
Imports System.Data
Imports System.IO
Partial Public Class BOcampos
Region " Component Implementation "
Region " BusinessLayer Overriden Methods & Properties "
Region " Field Properties "
Region " Field Property Events "
Region " Nested Types & Field Security "
Region " Item Property Implementation "
End Class
And in the example
Imports System.Data.SqlClient
Imports System.Runtime.Serialization
Serializable()
Public Class CustomersBO
Inherits MicroFour.StrataFrame.Business.BusinessLayer
Region " Constructors "
Region " Data Retieval Methods "
Region " Event Handlers "
End Class [quote]
The diference is notorious
The answer is basically the same as before.
Sample applications will have some custom code to make them work and project what the developer wants to sample. All you need to do is take what have been created for you by the framework, and add the custom code needed to work with your project, of course you can always copy/paste from the sample code that may fit your particular need.
For example the SF StrataFlix sample (a desktop application) shows a different approach on how to use SF tools and what can be done with it, and of course there are a lot of custom code provided to show the power in SF framework.