ARUP.IssueTracker.Windows.AddComment.AddComment C# (CSharp) Method

AddComment() public method

public AddComment ( ) : System.Windows
return System.Windows
        public AddComment()
        {
            InitializeComponent();

            //comboStatuses.ItemsSource = statuses;
            //comboStatuses.SelectedIndex = 3;
        }
        private void OKBtnClick(object sender, RoutedEventArgs e)