Skip to content

Commit

Permalink
added files
Browse files Browse the repository at this point in the history
  • Loading branch information
AmenJlili committed May 16, 2024
1 parent 4ecf1cb commit d358c29
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 18 deletions.
5 changes: 1 addition & 4 deletions docfx/docs/TaskSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ Pages.Messaging taskSetupMessagingTab = default(Pages.Messaging);
{
base.OnCmd(ref poCmd, ref ppoData);
int handle = poCmd.mlParentWnd;
try
{
switch (poCmd.meCmdType)
Expand Down Expand Up @@ -142,10 +140,9 @@ Pages.Messaging taskSetupMessagingTab = default(Pages.Messaging);
Private taskSetupMessagingTab As Pages.Messaging = Nothing
Public Overrides Sub OnCmd(ByRef poCmd As EdmCmd, ByRef ppoData() As EdmCmdData)
MyBase.OnCmd(poCmd, ppoData)
Dim handle As Integer = poCmd.mlParentWnd
Try
Select Case poCmd.meCmdType
Case EdmCmdType.EdmCmd_TaskSetup
Expand Down
4 changes: 0 additions & 4 deletions docfx/docs/TaskSetupButton.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ Pages.Messaging taskSetupMessagingTab = default(Pages.Messaging);
{
base.OnCmd(ref poCmd, ref ppoData);
int handle = poCmd.mlParentWnd;
try
{
switch (poCmd.meCmdType)
Expand Down Expand Up @@ -96,8 +94,6 @@ Pages.Messaging taskSetupMessagingTab = default(Pages.Messaging);
Public Overrides Sub OnCmd(ByRef poCmd As EdmCmd, ByRef ppoData() As EdmCmdData)
MyBase.OnCmd(poCmd, ppoData)
Dim handle As Integer = poCmd.mlParentWnd
Try
Select Case poCmd.meCmdType
Case EdmCmdType.EdmCmd_TaskSetup
Expand Down
5 changes: 1 addition & 4 deletions docs/docs/TaskSetup.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ <h1 id="example">Example</h1>
{
base.OnCmd(ref poCmd, ref ppoData);

int handle = poCmd.mlParentWnd;

try
{
switch (poCmd.meCmdType)
Expand Down Expand Up @@ -229,10 +227,9 @@ <h1 id="example">Example</h1>
<pre><code> Private taskSetupMessagingTab As Pages.Messaging = Nothing

Public Overrides Sub OnCmd(ByRef poCmd As EdmCmd, ByRef ppoData() As EdmCmdData)

MyBase.OnCmd(poCmd, ppoData)

Dim handle As Integer = poCmd.mlParentWnd

Try
Select Case poCmd.meCmdType
Case EdmCmdType.EdmCmd_TaskSetup
Expand Down
4 changes: 0 additions & 4 deletions docs/docs/TaskSetupButton.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ <h1 id="example">Example</h1>
{
base.OnCmd(ref poCmd, ref ppoData);

int handle = poCmd.mlParentWnd;

try
{
switch (poCmd.meCmdType)
Expand Down Expand Up @@ -187,8 +185,6 @@ <h1 id="example">Example</h1>
Public Overrides Sub OnCmd(ByRef poCmd As EdmCmd, ByRef ppoData() As EdmCmdData)
MyBase.OnCmd(poCmd, ppoData)

Dim handle As Integer = poCmd.mlParentWnd

Try
Select Case poCmd.meCmdType
Case EdmCmdType.EdmCmd_TaskSetup
Expand Down
Loading

0 comments on commit d358c29

Please sign in to comment.