コード例 #1
0
ファイル: InputEventItem.cs プロジェクト: Generatoror/Thrive
    private void UpdateButtonText()
    {
        button.Text = AssociatedEvent != null?AssociatedEvent.ToString() : "error";

        xButton.Visible = false;
    }
コード例 #2
0
ファイル: InputEventItem.cs プロジェクト: winstonwxj/Thrive
 private void UpdateButtonText()
 {
     button.Text     = AssociatedEvent.ToString();
     xButton.Visible = false;
 }