Example #1
0
 /// <summary>Event PODNotPutProperly(023)</summary>
 /// <remarks>2020/06/11 new</remarks>
 public void PODNotPutProperly(ReturnFromServer rtnFromServer)
 {
     if (OnPODNotPutProperlyHandler != null)
     {
         OnPODNotPutProperlyHandler.Invoke(this, EventArgs.Empty);
     }
 }
Example #2
0
 public void OnPODNotPutProperly(object sender, EventArgs e)
 {
     if (OnPODNotPutProperlyHandler != null)
     {
         OnPODNotPutProperlyHandler.Invoke(this, e);
     }
 }