ChangeLabelGui() public méthode

public ChangeLabelGui ( LabelStyle style ) : void
style LabelStyle
Résultat void
 void movePortLableMinusPositionToolStripMenuItem_Click(object sender, EventArgs e)
 {
     var port = new PortServices(Repository);
     port.ChangeLabelGui(PortServices.LabelStyle.PositionMinus);
 }
 void viewPortLabelToolStripMenuItem_Click(object sender, EventArgs e)
 {
     var port = new PortServices(Repository);
     port.ChangeLabelGui(PortServices.LabelStyle.IsShown);
 }