DSplash: Removed Unused RemoteHide method.
This commit is contained in:
parent
8af1be04a3
commit
8522afbe6a
|
@ -170,12 +170,6 @@ namespace IndianHealthService.ClinicalScheduling
|
|||
this.Invoke(d);
|
||||
}
|
||||
|
||||
public void RemoteHide()
|
||||
{
|
||||
dAny d = new dAny(this.Hide);
|
||||
this.Invoke(d);
|
||||
}
|
||||
|
||||
public void RemoteProgressBarMaxSet(int max)
|
||||
{
|
||||
if (this.InvokeRequired == true)
|
||||
|
|
Loading…
Reference in New Issue