示例#1
0
 private IconsPane(Microsoft.Office.Tools.CustomTaskPane _tPane)
 {
     InitializeComponent();
     StringSetter.setPane(this);
     _inst = this;
     setSysPane();
 }
示例#2
0
 public static IconsPane Instance()
 {
     {
         if (_inst == null)
         {
             _inst = new IconsPane(null);
         }
         return(_inst);
     }
 }
示例#3
0
 private void IconsPane_but_Create_Click(object sender, EventArgs e)
 {
     try
     {
         startApp(IconsPane_lView_Docs.SelectedItems[0].Text);
     }
     catch (Exception E)
     {
     }
     finally
     {
         Globals.ThisAddIn.CustomTaskPanes.Remove(_IconsPane);
         _inst = null;
     }
 }
示例#4
0
 private void sbut_WooTable_Oracle_Icons_Click(object sender, RibbonControlEventArgs e)
 {
     IconsPane _iconPane = IconsPane.Instance();
 }