Ejemplo n.º 1
0
 public void writeWarning(WhiskeyEditor.Backend.WhiskeyWarning message)
 {
     if (TopView != null)
     {
         TopView.writeWarning(message);
     }
 }