개정판 c206d293
- final service
: font 추가
Change-Id: If1a85790055b42b90f397f4e2054acc320c1ed30
MARKUSStart/Markus/MainWindow.xaml.cs | ||
---|---|---|
29 | 29 |
|
30 | 30 |
private void Button_Click(object sender, RoutedEventArgs e) |
31 | 31 |
{ |
32 |
string MarkusLink = "kcom://" + CreateMarkusParam(this.ProjectNO.Text, this.DocumentItemID.Text, "doftech", this.Partner.IsChecked , this.CreateFinal.IsChecked, this.NewComment.IsChecked);
|
|
32 |
string MarkusLink = "kcom://" + CreateMarkusParam(this.ProjectNO.Text, this.DocumentItemID.Text, UserID.Text, this.Partner.IsChecked , this.CreateFinal.IsChecked, this.NewComment.IsChecked);
|
|
33 | 33 |
|
34 | 34 |
this.URL.Text = MarkusLink; |
35 | 35 |
ProcessStartInfo startInfo = null; |
내보내기 Unified diff