예제 #1
0
파일: Class1.cs 프로젝트: Nielk1/NekoPuppet
        private static Image testIcon = new Bitmap(16, 16);//Resource.thumb_small_mont_daughter_rem;

        public TestCharacterData(string filename, string name, TestCharacterSource intr)
        {
            this.filename = filename;
            this.name = name;
            this.intr = intr;
        }
예제 #2
0
        private static Image testIcon = new Bitmap(16, 16);//Resource.thumb_small_mont_daughter_rem;

        public TestCharacterData(string filename, string name, TestCharacterSource intr)
        {
            this.filename = filename;
            this.name     = name;
            this.intr     = intr;
        }