コード例 #1
0
		public override Gtk.Widget CreatePanelWidget ()
		{
			return widget = new AuthorInformationPanelWidget (solution.LocalAuthorInformation);
		}
コード例 #2
0
 public override Control CreatePanelWidget()
 {
     return(widget = new AuthorInformationPanelWidget(solution.LocalAuthorInformation));
 }
コード例 #3
0
		public override Gtk.Widget CreatePanelWidget ()
		{
			AuthorInformation info = solution.UserProperties.GetValue<AuthorInformation> ("AuthorInfo");
			return widget = new AuthorInformationPanelWidget (info);
		}
コード例 #4
0
        public override Gtk.Widget CreatePanelWidget()
        {
            AuthorInformation info = solution.UserProperties.GetValue <AuthorInformation> ("AuthorInfo");

            return(widget = new AuthorInformationPanelWidget(info));
        }