Help.AddLabel C# (CSharp) 메소드

AddLabel() 개인적인 메소드

Creates and adds a new label to the active page.
private AddLabel ( string contents ) : Label,
contents string The label contents.
리턴 Label,
    private Label AddLabel(string contents)
    {
        return Master.Main.AddLabel(contents);
    }