コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: Roki96/Project3
 public WherePainted(Painter Pa, string Pi, int Ya, string Ph, int Va, string Fe, bool Co, string Pe, string cou) : base(Pa, Pi, Ya, Ph, Va, Fe, Co, Pe)
 {
     Country = cou;
 }
コード例 #2
0
ファイル: MainWindow.xaml.cs プロジェクト: Roki96/Project3
 public Landscape(Painter Pa, string Pi, int Ya, string Ph, int Va, string Fe, bool Co, string Vi) : base(Pa, Pi, Ya, Ph, Va, Fe, Co)
 {
     View = Vi;
 }
コード例 #3
0
ファイル: MainWindow.xaml.cs プロジェクト: Roki96/Project3
 public Portret(Painter Pa, string Pi, int Ya, string Ph, int Va, string Fe, bool Co, string Pe) : base(Pa, Pi, Ya, Ph, Va, Fe, Co)
 {
     People = Pe;
 }
コード例 #4
0
ファイル: MainWindow.xaml.cs プロジェクト: Roki96/Project3
 public FamousPeople(bool cou, Painter Pa, string Pi, int Ya, string Ph, int Va, string Fe, bool Co, string Pe) : base(Pa, Pi, Ya, Ph, Va, Fe, Co, Pe)
 {
     Famous = cou;
 }