ARUP.IssueTracker.Windows.AddComment.AddComment C# (CSharp) 메소드

AddComment() 공개 메소드

public AddComment ( ) : System.Windows
리턴 System.Windows
        public AddComment()
        {
            InitializeComponent();

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