Inheritance: IFrameworkViewSource
コード例 #1
0
 public void Init(ApplicationDesc desc)
 {
     theEvent = new ApplicationEvent();
     source   = new CoreWindowApplicationSource(this);
 }
コード例 #2
0
		public void Init(ApplicationDesc desc)
		{
			theEvent = new ApplicationEvent();
			source = new CoreWindowApplicationSource(this);
		}