상속: IFrameworkViewSource
예제 #1
0
 public void Init(ApplicationDesc desc)
 {
     theEvent = new ApplicationEvent();
     source   = new CoreWindowApplicationSource(this);
 }
		public void Init(ApplicationDesc desc)
		{
			theEvent = new ApplicationEvent();
			source = new CoreWindowApplicationSource(this);
		}