コード例 #1
0
 public void Start(IEditorApplication context, IBehavior behavior)
 {
     try
     {
         frmDescription frm = new frmDescription("Editor", "Service", context.Name);
         frm.Show();
     }
     catch (Exception ex)
     {
         System.Windows.Forms.MessageBox.Show(ex.Message);
     }
 }