Beispiel #1
0
 public Button GetFillCollorButton()
 {
     if (_pane != null)
     {
         return(_pane.GetFillCollorButton());
     }
     return(null);
 }