SampleCrossUi.Wpf 1.0.0.0
SampleCrossUi.Wpf 사용 방법을 보여 주는 예제 프로젝트입니다.
로딩중...
검색중...
일치하는것 없음
CounterView.xaml.cs
이 파일의 문서화 페이지로 가기
1using System.Windows.Controls;
2
4
13public partial class CounterView : UserControl
14{
23 public CounterView()
24 {
25 InitializeComponent();
26 }
27}