Close() 공개 메소드

public Close ( ) : void
리턴 void
 private void closeButton_Click(object sender, RoutedEventArgs e)
 {
     current?.Close();
 }