00001 using System;
00002 using System.Collections.Generic;
00003 using System.ComponentModel;
00004 using System.Drawing;
00005 using System.Data;
00006 using System.Text;
00007 using System.Windows.Forms;
00008 using CodePlex.MicrosoftProject.mpFx.Client.Shared;
00009
00010 namespace CodePlex.MicrosoftProject.mpFx.Client.Plugins.Controls
00011 {
00012 public partial class OptionsControl : UserControl, IOptionsControl
00013 {
00014 public OptionsControl()
00015 {
00016 InitializeComponent();
00017 }
00018
00019 public void SaveSettings()
00020 {
00021
00022 }
00023 }
00024 }