Show() 공개 메소드

public Show ( ) : void
리턴 void
예제 #1
0
 public void Show(CanvasControl canvasControl)
 {
     canvasControl.Show();
     this.HideAll(canvasControl);
 }