<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Path from label.Text C# in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10290021#M16624</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello&lt;BR /&gt;I have acquired a book about C #. and the "Path" event&lt;BR /&gt;I solved it. With static class ..&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt; static class deneme
    {
        public static string yol { get; set; }
    }&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 04 May 2021 15:53:46 GMT</pubDate>
    <dc:creator>k005</dc:creator>
    <dc:date>2021-05-04T15:53:46Z</dc:date>
    <item>
      <title>Path from label.Text C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10265463#M16610</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;in the following codes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get path from label.Text in Form1?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var path = @Form1.label1.Text;&amp;nbsp; ???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;[CommandMethod("OPSV")] 
        public  void KaydetToplu ()
       {
        try
            {
                
                Stopwatch watch = new Stopwatch();
                
                
                watch.Start();
               
                var path = @"C:\TestBack\";
                DirectoryInfo d = new DirectoryInfo(path);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Apr 2021 18:53:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10265463#M16610</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-04-24T18:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Path from label.Text C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10266073#M16611</link>
      <description>&lt;P&gt;I am really not sure what you are asking for, but if what you need is to access a label control on a form from a class then first on the form change the access modifier of the label control to public, then create an instance of the form class to access the label control.&lt;/P&gt;&lt;LI-CODE lang="general"&gt;private Form1 frmOne = new [ProjectName].Form1();
frmOne.label1.Text = path;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Apr 2021 05:49:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10266073#M16611</guid>
      <dc:creator>HJohn1</dc:creator>
      <dc:date>2021-04-25T05:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Path from label.Text C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10266094#M16612</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Rather than changing the access modifier of the controls, a better practice is to change the form constructor so that it accepts arguments and/or use a public properties in the form class.&lt;BR /&gt;You can find an example in the Modal dialog box section of &lt;A href="https://gilecad.azurewebsites.net/UserInterfaces_en.aspx" target="_blank" rel="noopener"&gt;this tutorial&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Apr 2021 06:18:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10266094#M16612</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2021-04-25T06:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Path from label.Text C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10266112#M16613</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/521456"&gt;@HJohn1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where do I write this code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made a few tries, it didn't work ..&lt;/P&gt;</description>
      <pubDate>Sun, 25 Apr 2021 06:38:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10266112#M16613</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-04-25T06:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Path from label.Text C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10266134#M16614</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to access the objects (label, textbox etc.) in Form1 in Mycommands.cs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can I do that ?&lt;/P&gt;</description>
      <pubDate>Sun, 25 Apr 2021 07:11:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10266134#M16614</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-04-25T07:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Path from label.Text C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10266252#M16615</link>
      <description>&lt;P class="pad30"&gt;To pass values from the command to the dialog box, you can use the parameters of the constructor of the form (you will overload it accordingly). &lt;/P&gt;
&lt;P class="pad30"&gt;And to pass the values specified by the user in the dialog box to the command, you can define properties in the class of the form whose values will be accessible via the instance of the form created in the command.&lt;/P&gt;
&lt;P class="pad30"&gt;This is some basical OOP practice you should learn before trying to program AutoCAD.&lt;/P&gt;
&lt;P class="pad30"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="pad30"&gt;A trivial example with some comments.&lt;/P&gt;
&lt;P class="pad30"&gt;The DialogBox class:&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;using System.Windows.Forms;

namespace SimpleDialogSample
{
    /// &amp;lt;summary&amp;gt;
    /// Describes a dialog box which only contains:
    /// - a Label (label1)
    /// - a Textbox (textBox1)
    /// - a OK button (buttonOK with DialogResult = OK)
    /// - a Cancle button (buttonCancle with DialogResult = Cancel)
    /// &amp;lt;/summary&amp;gt;
    public partial class DialogBox : Form
    {
        /// &amp;lt;summary&amp;gt;
        /// Creates a new instance of DialogBox.
        /// &amp;lt;/summary&amp;gt;
        /// &amp;lt;param name="label"&amp;gt;Value of the label to display.&amp;lt;/param&amp;gt;
        public DialogBox(string label)
        {
            InitializeComponent();
            // Assign the 'label' parameter value to label1.
            label1.Text = label;
        }

        /// &amp;lt;summary&amp;gt;
        /// Gets the textBox1.Text value.
        /// &amp;lt;/summary&amp;gt;
        public string Content
        {
            get { return textBox1.Text; }
        }
    }
}&lt;/LI-CODE&gt;
&lt;P&gt;The Command class:&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;using Autodesk.AutoCAD.Runtime;

using System.Windows.Forms;

using AcAp = Autodesk.AutoCAD.ApplicationServices.Application;

namespace SimpleDialogSample
{
    public class Command
    {
        [CommandMethod("TEST")]
        public static void Test()
        {
            // Creates a nes instance of DialogBox
            using (var dialog = new DialogBox("Some text from the TEST CommandMethod"))
            {
                // Shows the dialog box and gets its DialogResult (i.e. the way it has been closed)
                if (AcAp.ShowModalDialog(dialog) == DialogResult.OK)
                {
                    // Shows the content which were entered in the dialog text box.
                    AcAp.ShowAlertDialog(
                        "The content of the dialog box TextBox is: " + dialog.Content);
                }
                else
                {
                    AcAp.ShowAlertDialog("Cancellled");
                }
            }
        }
    }
}
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Apr 2021 08:59:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10266252#M16615</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2021-04-25T08:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Path from label.Text C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10266298#M16616</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much. Thanks to you, I accessed the Label.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes I'm new to C # ... trying to understand the build. I have shortcomings. I am aware.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":hugging_face:"&gt;🤗&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Apr 2021 09:28:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10266298#M16616</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-04-25T09:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Path from label.Text C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10284766#M16617</link>
      <description>&lt;P&gt;&lt;FONT color="#0000FF"&gt;Hello&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Let me continue with the same topic;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;I print the path textbox1 with the button on Form1.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;but I can't call this path from Mycommand.cs. ?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;More precisely, the message is blank. where am I doing wrong?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//Form1 in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt; private void btnYol_Click(object sender, EventArgs e)// Yol
        {

            var openFileDialog1 = new FolderBrowserDialog();
            DialogResult result = openFileDialog1.ShowDialog();
            if (result == DialogResult.OK) // Test result.
            {

                lblYol.Text = openFileDialog1.SelectedPath;
               
                textBox1.Text = openFileDialog1.SelectedPath.ToString();
            }
        }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;//Form1 in

 public string Yol1
        {
            get { return textBox1.Text; }
         
        }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//mycommand.cs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt; [CommandMethod("Toplu2010kaydet", CommandFlags.Session)]
        public void KaydetToplu2()
        {

            Form1 frm = new Form1();
            Stopwatch watch = new Stopwatch();
        
            // var slh = @"\";

          
         Application.ShowAlertDialog(frm.Yol1);
////&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 May 2021 07:38:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10284766#M16617</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-05-02T07:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Path from label.Text C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10284824#M16618</link>
      <description>&lt;P&gt;You did not attentively read the code i provided. To show a dialog box from AutoCAD you have to use the &lt;A href="https://help.autodesk.com/view/OARX/2019/ENU/?guid=OREFNET-Autodesk_AutoCAD_ApplicationServices_Application_ShowModalDialog_Form" target="_blank" rel="noopener"&gt;ShowModalDialog method&lt;/A&gt;.&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;using (form1 frm = new Form1())
{
    DialogResult result = Autodesk.AutoCAD.ApplicationServices.Application.ShowModalDialog(frm);
    // ...
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 May 2021 08:26:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10284824#M16618</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2021-05-02T08:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Path from label.Text C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10284839#M16619</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where will this code you send be written?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To Form1.cs?&lt;BR /&gt;To Mycommand.cs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I open form1 like this, I'm triggering ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;[assembly: CommandClass(typeof(KalayCAD.Mycommands))]

namespace KalayCAD
{
    
    public class Mycommands
    {
     
       [CommandMethod("qwe")]// 1.Komut Form1 Açılır... Tetikleyici
        public void FormuAc ()
        {
        Form1 frm = new Form1();
        frm.Show();
        }
         

////&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this wrong? I did not know.&lt;/P&gt;</description>
      <pubDate>Sun, 02 May 2021 08:42:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10284839#M16619</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-05-02T08:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Path from label.Text C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10284880#M16620</link>
      <description>&lt;P&gt;Please read the link I provided for the &lt;A href="https://help.autodesk.com/view/OARX/2019/ENU/?guid=OREFNET-Autodesk_AutoCAD_ApplicationServices_Application_ShowModalDialog_Form" target="_blank" rel="noopener"&gt;ShowModalDialog method&lt;/A&gt;&amp;nbsp;and the example in the Modal dialog box section of &lt;A href="https://gilecad.azurewebsites.net/UserInterfaces_en.aspx" target="_blank" rel="noopener nofollow noreferrer"&gt;this tutorial&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 02 May 2021 09:24:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10284880#M16620</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2021-05-02T09:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Path from label.Text C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10284887#M16621</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have looked at these examples before. But it seemed a bit complicated to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could not fully understand. anyway I guess I'll look at it later.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 02 May 2021 09:32:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10284887#M16621</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-05-02T09:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Path from label.Text C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10285017#M16622</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/537692"&gt;@k005&lt;/a&gt;&amp;nbsp; a écrit&amp;nbsp;:&lt;BR /&gt;
&lt;P&gt;But it seemed a bit complicated to me.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Doesn't that mean that the task you are trying to accomplish is "a little complicated for you"?&lt;BR /&gt;As I've told you elsewhere, you should learn the basics of .NET/C# outside of AutoCAD, starting with simple tasks before trying to create an AutoCAD plugin with a "sophisticated" dialog box.&lt;/P&gt;
&lt;P&gt;By my side, I'm afraid I cannot help you further. My English is not that good to explain this better than i did here and in the little tutorial. Sorry.&lt;/P&gt;</description>
      <pubDate>Sun, 02 May 2021 11:48:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10285017#M16622</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2021-05-02T11:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Path from label.Text C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10285088#M16623</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand. no problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll do the process you mentioned later as an example ... I think there is a problem at a very small point.&lt;/P&gt;&lt;P&gt;The plug-in status will continue, there is no problem with it. And I can say that it has developed very well right now. You have helped too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot., I will solve.&lt;/P&gt;</description>
      <pubDate>Sun, 02 May 2021 13:03:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10285088#M16623</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-05-02T13:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Path from label.Text C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10290021#M16624</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello&lt;BR /&gt;I have acquired a book about C #. and the "Path" event&lt;BR /&gt;I solved it. With static class ..&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt; static class deneme
    {
        public static string yol { get; set; }
    }&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 04 May 2021 15:53:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/path-from-label-text-c/m-p/10290021#M16624</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-05-04T15:53:46Z</dc:date>
    </item>
  </channel>
</rss>

