<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hmmr</author_name>
  <author_url>https://blog.hatena.ne.jp/hmmr/</author_url>
  <blog_title>こじんてきメモ</blog_title>
  <blog_url>https://hmmr.hateblo.jp/</blog_url>
  <categories>
    <anon>メモ帳C#</anon>
  </categories>
  <description>まずはFormクラスを継承したGameクラスを作成し、WindowsFormを表示させる。 using System; using System.Windows.Forms; class Game:Form { static void Main() { Application.Run( new Game()); } } 次にタイトルとサイズを変更してみる。FormクラスのOnLoadメソッドを使うと、「フォームが初めて表示される直前に発生」する「load」イベントが発生するので、ここに書いてみる。 using System; using System.Drawing; using System…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhmmr.hateblo.jp%2Fentry%2F2020%2F05%2F05%2F184724&quot; title=&quot;メモ帳C#　Windowsフォームアプリのスケルトンコード - こじんてきメモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-05-05 18:47:24</published>
  <title>メモ帳C#　Windowsフォームアプリのスケルトンコード</title>
  <type>rich</type>
  <url>https://hmmr.hateblo.jp/entry/2020/05/05/184724</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
