Ejemplo n.º 1
0
 private void showPanel(ScoreInfo score) =>
 Child = new ExpandedPanelMiddleContentContainer(score);
Ejemplo n.º 2
0
 private void showPanel(WorkingBeatmap workingBeatmap, ScoreInfo score)
 {
     Child = new ExpandedPanelMiddleContentContainer(workingBeatmap, score);
 }