SampleCore 1.0.0.0
SampleCore 사용 방법을 보여 주는 예제 프로젝트입니다.
로딩중...
검색중...
일치하는것 없음
App.Customization.Sample.cs
이 파일의 문서화 페이지로 가기
1using Dreamine.MVVM.Wpf;
2
3namespace SampleCore
4{
21 public partial class App
22 {
39 static partial void RegisterBefore()
40 {
41 }
42
67 static partial void ConfigureDreamine(DreamineWpfOptions options)
68 {
69 }
70
87 static partial void RegisterAfter()
88 {
89 }
90
107 static partial void ShowMainWindow()
108 {
109 }
110 }
111}
static partial void RegisterAfter()
static partial void ConfigureDreamine(DreamineWpfOptions options)
static partial void RegisterBefore()
static partial void ShowMainWindow()