예제 #1
0
        public MyWindow05()
        {
            InitializeComponent();

            HogeClass HogeObject = new HogeClass();

            HogeObject.Hoge        = "Try it.";
            stackpanel.DataContext = HogeObject;
        }
예제 #2
0
파일: Program.cs 프로젝트: Nishikapa/Emit
 static void Main(string[] args)
 {
     HogeClass.Bcd("Test", "Test");
 }