public void ShowTransfer() { if (mTransfer) { mTransfer.ShowGraph(); } }
protected virtual void OnShowGraph() { graphControl.ShowGraph(); }