DSplash: Removed Unused RemoteHide method.

This commit is contained in:
sam 2011-01-09 12:08:13 +00:00
parent 8af1be04a3
commit 8522afbe6a
1 changed files with 0 additions and 6 deletions

View File

@ -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)