選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- using System.Windows.Controls;
-
- namespace BPASmartClient.DosingSystem.View
- {
- /// <summary>
- /// StockControlView.xaml 的交互逻辑
- /// </summary>
- public partial class StockControlView : UserControl
- {
- public StockControlView()
- {
- InitializeComponent();
- }
-
-
- }
- }
|