Namespace: DeltaEngine.Editor.MessagesAssembly: DeltaEngine.Editor.Messages (in DeltaEngine.Editor.Messages.dll) Version: 1.1.1.0 (1.1.1)
public AppBuildProgress(
string text,
int progressPercentage
)
public AppBuildProgress(
string text,
int progressPercentage
)
Public Sub New (
text As String,
progressPercentage As Integer
)
Public Sub New (
text As String,
progressPercentage As Integer
)
public:
AppBuildProgress(
String^ text,
int progressPercentage
)
public:
AppBuildProgress(
String^ text,
int progressPercentage
)
new :
text : string *
progressPercentage : int -> AppBuildProgress
new :
text : string *
progressPercentage : int -> AppBuildProgress