コード例 #1
0
		public override Widget CreatePanelWidget ()
		{
			return widget = new StartupOptionsPanelWidget (ConfiguredSolution);
		}
コード例 #2
0
 public override Widget CreatePanelWidget()
 {
     return(widget = new StartupOptionsPanelWidget(ConfiguredSolution));
 }